Commit 2f41d65c authored by Sebastien Robin's avatar Sebastien Robin

make sure Localizer is imported and that it patch Globals


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1476 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ffdde25c
...@@ -41,6 +41,8 @@ document_classes = updateGlobals( this_module, globals(), permissions_module = P ...@@ -41,6 +41,8 @@ document_classes = updateGlobals( this_module, globals(), permissions_module = P
import Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, CMFCorePatch import Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, CMFCorePatch
import Products.Localizer # So that we make sure Globals.get_request is available
def initialize( context ): def initialize( context ):
# Import Product Components # Import Product Components
from Tool import ClassTool 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