[Erp5-report] r32422 leonardo - /erp5/trunk/products/ERP5/ERP5Site.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 10 21:45:05 CET 2010


Author: leonardo
Date: Wed Feb 10 21:45:04 2010
New Revision: 32422

URL: http://svn.erp5.org?rev=32422&view=rev
Log:
Add BACKward compatibility marker

Modified:
    erp5/trunk/products/ERP5/ERP5Site.py

Modified: erp5/trunk/products/ERP5/ERP5Site.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/ERP5Site.py?rev=32422&r1=32421&r2=32422&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/ERP5Site.py [utf8] (original)
+++ erp5/trunk/products/ERP5/ERP5Site.py [utf8] Wed Feb 10 21:45:04 2010
@@ -1679,8 +1679,8 @@
           # are no longer action providers
           return
       except ImportError:
-        # Currently ERP5 tests don't load ZCML which is needed by the above
-        # import on CMF 1.5. This "try" should be removed when ERP5 tests
+        # BACK: Currently ERP5 tests don't load ZCML which is needed by the
+        # above import on CMF 1.5. This "try" should be removed when ERP5 tests
         # start loading ZCML. 
         pass
       action_id_list = [i.id for i in tool.listActions()]




More information about the Erp5-report mailing list