Commit 1df1da72 authored by Rafael Monnerat's avatar Rafael Monnerat

Move StateChangeInfoPatch.py to patches folder, which is the place for keep external patches.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 56970056
......@@ -55,6 +55,7 @@ from Products.ERP5Type.patches import PythonScript
from Products.ERP5Type.patches import MailTemplates
from Products.ERP5Type.patches import http_server
from Products.ERP5Type.patches import memcache_client
from Products.ERP5Type.patches import StateChangeInfoPatch
# These symbols are required for backward compatibility
from Products.ERP5Type.patches.PropertyManager import ERP5PropertyManager
......
......@@ -45,7 +45,7 @@ document_classes = updateGlobals( this_module,
permissions_module=Permissions,
is_erp5_type=1 )
import Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, CMFCorePatch
import Interface, PropertySheet, ZopePatch, CMFCorePatch
import interfaces
import Products.Localizer # So that we make sure Globals.get_request is available
......
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