Commit 1c09abac authored by Nicolas Dumazet's avatar Nicolas Dumazet

revert 33558 for now


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33562 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c68d61be
......@@ -36,6 +36,24 @@ from AccessControl import ClassSecurityInfo
from Products.CMFCore.utils import getToolByName
from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
from Products.ERP5Type.Base import WorkflowMethod, _aq_reset
from Products.ERP5Type.Utils import readLocalDocument, \
writeLocalDocument, \
importLocalDocument, \
removeLocalDocument
from Products.ERP5Type.Utils import readLocalPropertySheet, \
writeLocalPropertySheet, \
importLocalPropertySheet, \
removeLocalPropertySheet
from Products.ERP5Type.Utils import readLocalConstraint, \
writeLocalConstraint, \
importLocalConstraint, \
removeLocalConstraint
from Products.ERP5Type.Utils import readLocalExtension, \
writeLocalExtension, \
removeLocalExtension
from Products.ERP5Type.Utils import readLocalTest, \
writeLocalTest, \
removeLocalTest
from Products.ERP5Type.Utils import convertToUpperCase
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLObject import XMLObject
......@@ -50,7 +68,7 @@ customImporters={
XMLExportImport.magic: importXML,
}
from zLOG import LOG, WARNING
from zLOG import LOG, WARNING, PROBLEM
from warnings import warn
from gzip import GzipFile
from lxml.etree 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