diff --git a/product/ERP5Type/tests/testDynamicClassGeneration.py b/product/ERP5Type/tests/testDynamicClassGeneration.py index 73a2fa415cb83dab37a25b6bb5be38cc76394fb9..82df324a1c823c0545c06ba1e28e8b90fedc4874 100644 --- a/product/ERP5Type/tests/testDynamicClassGeneration.py +++ b/product/ERP5Type/tests/testDynamicClassGeneration.py @@ -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']] = \