From 2f41d65c185aee2298a063df877e65780e2336dc Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 1 Sep 2004 12:08:56 +0000 Subject: [PATCH] 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 --- product/ERP5Type/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5Type/__init__.py b/product/ERP5Type/__init__.py index 709d77e858..d796778561 100755 --- a/product/ERP5Type/__init__.py +++ b/product/ERP5Type/__init__.py @@ -41,6 +41,8 @@ document_classes = updateGlobals( this_module, globals(), permissions_module = P import Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, CMFCorePatch +import Products.Localizer # So that we make sure Globals.get_request is available + def initialize( context ): # Import Product Components from Tool import ClassTool -- 2.30.9