Commit 85f237ed authored by Jean-Paul Smets's avatar Jean-Paul Smets

Folder import fixed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@250 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b2906dd0
...@@ -30,7 +30,7 @@ from Products.CMFCore.utils import UniqueObject ...@@ -30,7 +30,7 @@ from Products.CMFCore.utils import UniqueObject
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Globals import InitializeClass, DTMLFile from Globals import InitializeClass, DTMLFile
from Products.ERP5Type.Document import Folder from Products.ERP5Type.Document.Folder import Folder
from Products.ERP5Type import Permissions, _dtmldir from Products.ERP5Type import Permissions, _dtmldir
from Products.ERP5 import _dtmldir from Products.ERP5 import _dtmldir
......
...@@ -34,7 +34,7 @@ from Globals import InitializeClass, DTMLFile ...@@ -34,7 +34,7 @@ from Globals import InitializeClass, DTMLFile
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Type import _dtmldir from Products.ERP5Type import _dtmldir
from Products.ERP5Type.Tool.BaseTool import BaseTool from Products.ERP5Type.Tool.BaseTool import BaseTool
from Products.ERP5Type.Document import Folder from Products.ERP5Type.Document.Folder import Folder
from Products.ERP5Type.Utils import readLocalPropertySheet, writeLocalPropertySheet, getLocalPropertySheetList from Products.ERP5Type.Utils import readLocalPropertySheet, writeLocalPropertySheet, getLocalPropertySheetList
from Products.ERP5Type.Utils import readLocalExtension, writeLocalExtension, getLocalExtensionList from Products.ERP5Type.Utils import readLocalExtension, writeLocalExtension, getLocalExtensionList
......
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