Commit 858a7b3d authored by Ivan Tyagov's avatar Ivan Tyagov

Remove unused imports.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37233 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ddb07623
...@@ -38,15 +38,13 @@ try: ...@@ -38,15 +38,13 @@ try:
from OFS.content_types import guess_content_type from OFS.content_types import guess_content_type
except ImportError: except ImportError:
from zope.contenttype import guess_content_type from zope.contenttype import guess_content_type
from Products.CMFCore.utils import getToolByName, _setCacheHeaders,\ from Products.CMFCore.utils import getToolByName
_ViewEmulator from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type import Permissions, PropertySheet, Constraint
from Products.ERP5Type.Cache import CachingMethod from Products.ERP5Type.Cache import CachingMethod
from Products.ERP5.Document.File import File from Products.ERP5.Document.File import File
from Products.ERP5.Document.Document import Document, \ from Products.ERP5.Document.Document import Document, \
VALID_IMAGE_FORMAT_LIST, ConversionError, NotConvertedError VALID_IMAGE_FORMAT_LIST, ConversionError, NotConvertedError
from Products.ERP5.Document.Image import getDefaultImageQuality from Products.ERP5.Document.Image import getDefaultImageQuality
from AccessControl.SecurityManagement import setSecurityManager
from Products.ERP5Type.Utils import fill_args_from_request from Products.ERP5Type.Utils import fill_args_from_request
from zLOG import LOG, ERROR from zLOG import LOG, ERROR
......
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