Commit efbef33d authored by Christophe Dumez's avatar Christophe Dumez

- changed imports because two scripts have been moved to ERP5Type/patches directory


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7417 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77c9fbca
......@@ -49,8 +49,8 @@ from Products.ERP5.Document.BusinessTemplate import TemplateConditionError
from xml.sax.saxutils import escape
from dircache import listdir
from OFS.Traversable import NotFound
from Products.ERP5Type.copyTree import copytree
from Products.ERP5Type.cacheWalk import cacheWalk
from Products.ERP5Type.patches.copyTree import copytree
from Products.ERP5Type.patches.cacheWalk import cacheWalk
try:
from base64 import b64encode, b64decode
......
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