Commit 49a20d89 authored by Jérome Perrin's avatar Jérome Perrin

remove some unused imports



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9492 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9295b881
......@@ -26,7 +26,6 @@
#
##############################################################################
from ZODB import POSException
from Globals import Persistent, PersistentMapping
from Acquisition import Implicit, aq_base
from AccessControl.Permission import Permission
......@@ -69,7 +68,7 @@ customImporters={
XMLExportImport.magic: XMLExportImport.importXML,
}
from zLOG import LOG, WARNING, ERROR, INFO, PANIC
from zLOG import LOG, WARNING, ERROR
from OFS.ObjectManager import customImporters
from gzip import GzipFile
from xml.dom.minidom import parse
......
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