Commit 676fd4fc authored by Nicolas Delaby's avatar Nicolas Delaby

Remove unused imports

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36546 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fde197ef
......@@ -30,18 +30,13 @@
from AccessControl.ZopeGuards import guarded_getattr
from AccessControl import ClassSecurityInfo
from zLOG import LOG, WARNING
from Products.ERP5Type.Base import WorkflowMethod
from Products.CMFCore.utils import getToolByName
from Products.CMFCore.utils import _setCacheHeaders, _ViewEmulator
from OFS.Image import Pdata
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5.Document.Document import Document, ConversionError,\
NotConvertedError
from Products.ERP5.Document.Document import Document, ConversionError
from Products.ERP5.Document.File import File
from Products.ERP5Type.WebDAVSupport import TextContent
import re
import md5
import cStringIO
# Mixin Import
from Products.ERP5.mixin.cached_convertable import CachedConvertableMixin
......
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