Commit 62b798e3 authored by Sebastien Robin's avatar Sebastien Robin

corrected the import of Folder (import class instead of module)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@158 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 267389fa
......@@ -33,7 +33,7 @@ from Products.CMFCore.utils import UniqueObject
from Acquisition import Implicit
from AccessControl import ClassSecurityInfo
from Globals import InitializeClass, DTMLFile, PersistentMapping
from Products.ERP5Type.Document import Folder
from Products.ERP5Type.Document.Folder import Folder
from Products.ERP5Type import Permissions
from Products.ERP5 import _dtmldir
......
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