Commit 6d871222 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

id_as_reference.py: revert unused modifications added during development.

parent e2ec37e6
...@@ -28,12 +28,11 @@ ...@@ -28,12 +28,11 @@
############################################################################## ##############################################################################
import transaction import transaction
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Acquisition import aq_base
from Products.CMFActivity.Errors import ActivityPendingError
from Products.ERP5Type import Permissions, PropertySheet from Products.ERP5Type import Permissions, PropertySheet
from Products.CMFActivity.Errors import ActivityPendingError
from zLOG import LOG, WARNING from zLOG import LOG, WARNING
from Acquisition import aq_base
def IdAsReferenceMixin(extra_string, string_type="suffix"): def IdAsReferenceMixin(extra_string, string_type="suffix"):
......
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