Commit efd1eac6 authored by Sebastien Robin's avatar Sebastien Robin

added simulation tool


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@840 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a649a5ec
......@@ -8,6 +8,9 @@ for o in site.objectValues():
object_ids = o.objectIds()
for id in object_ids:
object_list += [path + (id,)]
path = site.portal_simulation.getPhysicalPath()
for id in site.portal_simulation.objectIds():
object_list += [path + (id,)]
object_list.sort()
for path in object_list:
print '/'.join(path)
......
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