Commit 03c92ed0 authored by Nicolas Dumazet's avatar Nicolas Dumazet

and fix import properly


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41689 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11129871
......@@ -1042,8 +1042,7 @@ class TestZodbImportFilesystemPropertySheet(ERP5TypeTestCase):
# returns the default value if the field value is not set
self.filesystem_field_default_value_dict = {}
from Products.ERP5Type.PropertySheet.StandardProperty import StandardProperty
from Products.ERP5Type.PropertySheet.AcquiredProperty import AcquiredProperty
from Products.ERP5Type.PropertySheet import StandardProperty, AcquiredProperty
for property_dict in StandardProperty._properties + AcquiredProperty._properties:
try:
self.filesystem_field_default_value_dict[property_dict['id']] = \
......
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