[Erp5-report] r39863 nicolas.dumazet - /erp5/trunk/products/ERP5Type/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 4 02:50:35 CET 2010


Author: nicolas.dumazet
Date: Thu Nov  4 02:50:32 2010
New Revision: 39863

URL: http://svn.erp5.org?rev=39863&view=rev
Log:
do not duplicate import

Modified:
    erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py

Modified: erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py?rev=39863&r1=39862&r2=39863&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] Thu Nov  4 02:50:32 2010
@@ -340,9 +340,6 @@ class TestZodbPropertySheet(ERP5TypeTest
     self.tic()
 
     # Ensure that erp5.acessor_holder is empty
-    from Products.ERP5Type.dynamic.portal_type_class import \
-        synchronizeDynamicModules
-
     synchronizeDynamicModules(portal, force=True)
 
     # Make sure there is no pending transaction which could interfere




More information about the Erp5-report mailing list