Commit b4f8a79a authored by Aurel's avatar Aurel

temp fix

parent e6872f8f
......@@ -36,7 +36,11 @@ except ImportError:
warnings.warn("Please install xmltodict, it is needed by json_representable mixin",
DeprecationWarning)
import zope.interface
from OFS import XMLExportImport
try:
from OFS import XMLExportImport
except ImportError:
# XXX make Zope patch work in software
pass
from StringIO import StringIO
from AccessControl import ClassSecurityInfo
from Products.ERP5Type.interfaces.json_representable import IJSONRepresentable
......
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