Commit 6f2c718b authored by Łukasz Nowak's avatar Łukasz Nowak

- clean up imports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34269 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2303b4c3
...@@ -29,16 +29,16 @@ ...@@ -29,16 +29,16 @@
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from ZPublisher.HTTPRequest import FileUpload from ZPublisher.HTTPRequest import FileUpload
from Globals import InitializeClass, DTMLFile from Globals import DTMLFile
from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
from Products.ERP5Type.Tool.BaseTool import BaseTool from Products.ERP5Type.Tool.BaseTool import BaseTool
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Wizard import _dtmldir from Products.ERP5Wizard import _dtmldir
from Products.CMFCore.utils import getToolByName from Products.CMFCore.utils import getToolByName
from zLOG import LOG, INFO, WARNING, ERROR, DEBUG from zLOG import LOG, INFO, ERROR
from cStringIO import StringIO from cStringIO import StringIO
from UserDict import UserDict from UserDict import UserDict
import xmlrpclib, socket, sys, traceback, urllib, urllib2, base64, cgi import xmlrpclib, socket, traceback, urllib, urllib2, base64, cgi
from AccessControl.SecurityManagement import setSecurityManager from AccessControl.SecurityManagement import setSecurityManager
from Products.ERP5Type.Utils import _setSuperSecurityManager from Products.ERP5Type.Utils import _setSuperSecurityManager
import zLOG, cookielib import zLOG, cookielib
......
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