[Erp5-report] r41636 nicolas.dumazet - /erp5/trunk/products/ERP5PropertySheetLegacy/Constra...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 22 04:41:55 CET 2010


Author: nicolas.dumazet
Date: Wed Dec 22 04:41:54 2010
New Revision: 41636

URL: http://svn.erp5.org?rev=41636&view=rev
Log:
__init__ should be empty

Modified:
    erp5/trunk/products/ERP5PropertySheetLegacy/Constraint/__init__.py

Modified: erp5/trunk/products/ERP5PropertySheetLegacy/Constraint/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/Constraint/__init__.py?rev=41636&r1=41635&r2=41636&view=diff
==============================================================================
--- erp5/trunk/products/ERP5PropertySheetLegacy/Constraint/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5PropertySheetLegacy/Constraint/__init__.py [utf8] Wed Dec 22 04:41:54 2010
@@ -1,20 +1 @@
 # -*- coding: utf-8 -*-
-from Constraint import Constraint
-from PropertyTypeValidity import PropertyTypeValidity
-from CategoryMembershipArity import CategoryMembershipArity
-from CategoryRelatedMembershipArity import CategoryRelatedMembershipArity
-from AttributeEquality import AttributeEquality
-from AttributeUnicity import AttributeUnicity
-from AttributeBlacklisted import AttributeBlacklisted
-from PropertyExistence import PropertyExistence
-from CategoryExistence import CategoryExistence
-from CategoryExistence import CategoryAcquiredExistence
-from PortalTypeClass import PortalTypeClass
-from CategoryAcquiredMembershipArity import CategoryAcquiredMembershipArity
-from TALESConstraint import TALESConstraint
-from ContentExistence import ContentExistence
-from StringAttributeMatch import StringAttributeMatch
-from CategoryMembershipState import CategoryMembershipState
-from CategoryAcquiredMembershipState import CategoryAcquiredMembershipState
-from CategoryRelatedMembershipState import CategoryRelatedMembershipState
-



More information about the Erp5-report mailing list