[Erp5-report] r41008 arnaud.fontaine - /erp5/trunk/products/ERP5Type/mixin/constraint.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 2 04:26:06 CET 2010
Author: arnaud.fontaine
Date: Thu Dec 2 04:26:05 2010
New Revision: 41008
URL: http://svn.erp5.org?rev=41008&view=rev
Log:
Add missing import of PropertySheet within Constraint mixin
Modified:
erp5/trunk/products/ERP5Type/mixin/constraint.py
Modified: erp5/trunk/products/ERP5Type/mixin/constraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/mixin/constraint.py?rev=41008&r1=41007&r2=41008&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/mixin/constraint.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/mixin/constraint.py [utf8] Thu Dec 2 04:26:05 2010
@@ -34,7 +34,7 @@ from Products.ERP5Type.ConsistencyMessag
from zope.interface import implements
from Products.ERP5Type.Core.Predicate import Predicate
from AccessControl import ClassSecurityInfo
-from Products.ERP5Type import Permissions
+from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.Utils import UpperCase, createExpressionContext
from Products.CMFCore.Expression import Expression
More information about the Erp5-report
mailing list