Commit ed510375 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Revert one line in the previous change. We need to import some dynamic patches.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1330 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64d25682
......@@ -39,6 +39,8 @@ this_module._dtmldir = os.path.join( product_path, 'dtml' )
from Products.ERP5Type.Utils import initializeProduct, updateGlobals
document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions, is_erp5_type = 1)
import Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, CMFCorePatch
def initialize( context ):
# Import Product Components
from Tool import ClassTool
......
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