[Erp5-report] r41689 nicolas.dumazet - /erp5/trunk/products/ERP5Type/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 23 00:47:30 CET 2010
Author: nicolas.dumazet
Date: Thu Dec 23 00:47:30 2010
New Revision: 41689
URL: http://svn.erp5.org?rev=41689&view=rev
Log:
and fix import properly
Modified:
erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py
Modified: erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py?rev=41689&r1=41688&r2=41689&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] Thu Dec 23 00:47:30 2010
@@ -1042,8 +1042,7 @@ class TestZodbImportFilesystemPropertySh
# 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']] = \
More information about the Erp5-report
mailing list