[Erp5-report] r27282 - in /erp5/trunk/products/ERP5Type: Interface/ interfaces/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 1 11:34:05 CEST 2009


Author: kazuhiko
Date: Mon Jun  1 11:34:05 2009
New Revision: 27282

URL: http://svn.erp5.org?rev=27282&view=rev
Log:
interfaces directory now follows zope naming convention.

Added:
    erp5/trunk/products/ERP5Type/interfaces/cache_plugin.py
      - copied unchanged from r27278, erp5/trunk/products/ERP5Type/Interface/ICachePlugin.py
    erp5/trunk/products/ERP5Type/interfaces/category_access_provider.py
      - copied unchanged from r27278, erp5/trunk/products/ERP5Type/Interface/ICategoryAccessProvider.py
    erp5/trunk/products/ERP5Type/interfaces/constraint.py
      - copied, changed from r27278, erp5/trunk/products/ERP5Type/Interface/Constraint.py
Removed:
    erp5/trunk/products/ERP5Type/Interface/
Modified:
    erp5/trunk/products/ERP5Type/interfaces/__init__.py

Modified: erp5/trunk/products/ERP5Type/interfaces/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/interfaces/__init__.py?rev=27282&r1=27281&r2=27282&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/interfaces/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/interfaces/__init__.py [utf8] Mon Jun  1 11:34:05 2009
@@ -1,0 +1,3 @@
+from cache_plugin import ICachePlugin
+from category_access_provider import ICategoryAccessProvider
+from constraint import IConstraint

Copied: erp5/trunk/products/ERP5Type/interfaces/constraint.py (from r27278, erp5/trunk/products/ERP5Type/Interface/Constraint.py)
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/interfaces/constraint.py?p2=erp5/trunk/products/ERP5Type/interfaces/constraint.py&p1=erp5/trunk/products/ERP5Type/Interface/Constraint.py&r1=27278&r2=27282&rev=27282&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Interface/Constraint.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/interfaces/constraint.py [utf8] Mon Jun  1 11:34:05 2009
@@ -31,7 +31,7 @@
 
 from zope.interface import Interface, Attribute
 
-class Constraint(Interface):
+class IConstraint(Interface):
   """ERP5 Constraints are classes that are in charge of checking wether an
   object is in consistent state or not.
 




More information about the Erp5-report mailing list