Commit abc7462a authored by Vincent Pelletier's avatar Vincent Pelletier

Follow recent Folder.py location change.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dff699a2
......@@ -1337,7 +1337,7 @@ def makeTreeList(here, form, root_dict, report_path, base_category, depth, unfol
# depend on ERP5Form.
from Products.CMFCore.utils import getToolByName
from Products.ERP5Type.Document.Folder import Folder
from Products.ERP5Type.Core.Folder import Folder
from ZPublisher.mapply import mapply
method_id_filter_list = [x for x in dir(Folder) if getattr(Folder, x, None) is not None and callable(getattr(Folder, x))]
......
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