fix comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31846 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 540eb7a2
......@@ -35,9 +35,10 @@ from Products.CMFActivity.ActiveObject import INVOKE_ERROR_STATE,\
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment