Commit 195a0701 authored by Jérome Perrin's avatar Jérome Perrin

remove unused imports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23531 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4bbed185
......@@ -42,7 +42,7 @@ from Products.ZSQLCatalog.zsqlbrain import ZSQLBrain
from Products.ERP5Type.Message import Message
from Acquisition import aq_base, aq_self
from zLOG import LOG, WARNING, INFO
from zLOG import LOG, WARNING
from ZODB.POSException import ConflictError
from Globals import InitializeClass, Acquisition, get_request
......@@ -51,7 +51,6 @@ from Products.PageTemplates.PageTemplateFile import PageTemplateFile
import md5
import cgi
from traceback import extract_stack
# For compatibility with Python 2.3.
try:
......
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