# HG changeset patch # User Sylvain Thénault # Date 1255598426 -7200 # Node ID 29f74716fd70365ff1b3a69e50d47a7650f2344a # Parent acdba524bb8fac0cdbe0f35922d1caf20ff6e237 add note diff -r acdba524bb8f -r 29f74716fd70 appobject.py --- 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', {})