From 03c92ed060d2f7deafe013ef9b7d50e6c15e2fba Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Wed, 22 Dec 2010 23:47:30 +0000 Subject: [PATCH] and fix import properly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41689 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/testDynamicClassGeneration.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5Type/tests/testDynamicClassGeneration.py b/product/ERP5Type/tests/testDynamicClassGeneration.py index 73a2fa415c..82df324a1c 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']] = \ -- 2.30.9