[Erp5-report] r31846 leonardo - /erp5/trunk/products/CMFActivity/tests/testCMFActivity.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jan 20 16:07:03 CET 2010
Author: leonardo
Date: Wed Jan 20 16:07:02 2010
New Revision: 31846
URL: http://svn.erp5.org?rev=31846&view=rev
Log:
fix comment
Modified:
erp5/trunk/products/CMFActivity/tests/testCMFActivity.py
Modified: erp5/trunk/products/CMFActivity/tests/testCMFActivity.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/tests/testCMFActivity.py?rev=31846&r1=31845&r2=31846&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/tests/testCMFActivity.py [utf8] (original)
+++ erp5/trunk/products/CMFActivity/tests/testCMFActivity.py [utf8] Wed Jan 20 16:07:02 2010
@@ -35,9 +35,10 @@
VALIDATE_ERROR_STATE
from Products.CMFActivity.Activity.Queue import VALIDATION_ERROR_DELAY
from Products.CMFActivity.Errors import ActivityPendingError, ActivityFlushError
-# This cannot be imported at top level because it doesn't exist until
-# Products.ERP5 has been initialized. We set it up as global and
#from Products.ERP5Type.Document.Organisation import Organisation
+# The above cannot be imported at top level because it doesn't exist until
+# Products.ERP5 has been initialized. We set it up as global and populate it
+# later:
Organisation = None
from AccessControl.SecurityManagement import newSecurityManager
from zLOG import LOG
More information about the Erp5-report
mailing list