author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 15 Oct 2009 11:20:26 +0200 | |
changeset 3678 | 29f74716fd70 |
parent 3677 | acdba524bb8f |
child 3720 | 5376aaadd16b |
appobject.py | file | annotate | diff | comparison | revisions |
--- a/appobject.py Thu Oct 15 11:20:23 2009 +0200 +++ b/appobject.py Thu Oct 15 11:20:26 2009 +0200 @@ -251,7 +251,7 @@ the right hook to create an instance for example). By default the appobject is returned without any transformation. """ - try: + try: # XXX < 3.6 bw compat pdefs = cls.property_defs except AttributeError: pdefs = getattr(cls, 'cw_property_defs', {})