Commit 2680cfbe authored by Ivan Tyagov's avatar Ivan Tyagov

Add missing imports

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37159 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8bec5cd8
......@@ -39,13 +39,14 @@ from Products.ERP5Type import Permissions
from Products.CMFCore.utils import getToolByName, _setCacheHeaders, _ViewEmulator
from OFS.Image import File as OFSFile
from warnings import warn
import sys
from Products.ERP5Type.UnrestrictedMethod import unrestricted_apply
# XXX: these duplicate ones in ERP5.Document
_MARKER = []
EMBEDDED_FORMAT = '_embedded'
class ConversionError(Exception):pass
class DocumentProxyError(Exception):pass
class NotConvertedError(Exception):pass
class BaseExtensibleTraversableMixIn(ExtensibleTraversableMixIn):
......
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