Commit 7259b426 authored by Jean-Paul Smets's avatar Jean-Paul Smets

import Folder fixed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@253 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b0788b15
......@@ -437,7 +437,7 @@ class ERP5Generator(PortalGenerator):
# ERP5 Design Choice is that all content should be user defined
# Content is disseminated through business templates
from Products.ERP5.Document.BusinessTemplate import BusinessTemplate
from Products.ERP5Type.Document import Folder
from Products.ERP5Type.Document.Folder import Folder
self.setupTypes(p, (BusinessTemplate.factory_type_information, Folder.factory_type_information))
self.setupMimetypes(p)
......
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