[Erp5-report] r18244 - /erp5/trunk/products/ERP5Type/Utils.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 11 16:48:02 CET 2007


Author: jerome
Date: Tue Dec 11 16:48:02 2007
New Revision: 18244

URL: http://svn.erp5.org?rev=18244&view=rev
Log:
importLocalConstraint should import Products.ERP5Type.Constraint, not Interface

Modified:
    erp5/trunk/products/ERP5Type/Utils.py

Modified: erp5/trunk/products/ERP5Type/Utils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Utils.py?rev=18244&r1=18243&r2=18244&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Utils.py (original)
+++ erp5/trunk/products/ERP5Type/Utils.py Tue Dec 11 16:48:02 2007
@@ -465,7 +465,7 @@
     f.close()
 
 def importLocalConstraint(class_id, path = None):
-  import Products.ERP5Type.Interface
+  import Products.ERP5Type.Constraint
   if path is None:
     instance_home = getConfiguration().instancehome
     path = os.path.join(instance_home, "Constraint")




More information about the Erp5-report mailing list