Commit 0815c923 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Now import get_request from Products.ERP5Type.Utils


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1925 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87710acc
......@@ -21,7 +21,8 @@ from Products.ERP5Type import Permissions as Permissions
from Products.CMFCore.CMFCatalogAware import CMFCatalogAware
from Acquisition import aq_base
from Products.CMFCore.utils import getToolByName
from Globals import PersistentMapping, MessageDialog, get_request
from Globals import PersistentMapping, MessageDialog
from Products.ERP5Type.Utils import get_request
from zLOG import LOG
import re
......
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