[Erp5-report] r38616 nicolas.dumazet - /erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 24 12:10:37 CEST 2010


Author: nicolas.dumazet
Date: Fri Sep 24 12:10:37 2010
New Revision: 38616

URL: http://svn.erp5.org?rev=38616&view=rev
Log:
re-add mistakingly removed import

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

Modified: erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py?rev=38616&r1=38615&r2=38616&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] Fri Sep 24 12:10:37 2010
@@ -221,6 +221,7 @@ failed_portal_installation = {}
 # this is a mapping 'list of business template -> boolean
 setup_done = {}
 
+from zope.site.hooks import setSite
 
 def _getConnectionStringDict():
   """Returns the connection strings used for this test.




More information about the Erp5-report mailing list