[Erp5-report] r17287 - /erp5/trunk/products/ERP5Type/Accessor/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 30 10:55:10 CET 2007


Author: yo
Date: Tue Oct 30 10:55:10 2007
New Revision: 17287

URL: http://svn.erp5.org?rev=17287&view=rev
Log:
Forgot to remove slots before committing. It was just for testing.

Modified:
    erp5/trunk/products/ERP5Type/Accessor/Base.py

Modified: erp5/trunk/products/ERP5Type/Accessor/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Accessor/Base.py?rev=17287&r1=17286&r2=17287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Accessor/Base.py (original)
+++ erp5/trunk/products/ERP5Type/Accessor/Base.py Tue Oct 30 10:55:10 2007
@@ -45,9 +45,6 @@
       Sets an attribute value. ATTRIBUTE_PREFIX and storage_id allow
       a simple form of data access parametrisations
     """
-    __slots__ = ('_id', '__name__', '_key', '_reindex', '_property_type',
-            '_cast', '_null', '_storage_id', )
-
     _need__name__=1
 
     # Generic Definition of Method Object
@@ -125,9 +122,6 @@
     getSomething(self, [default], [name=value, [name=value], ])
 
     """
-    __slots__ = ('_id', '__name__', '_key', '_property_type', '_null',
-            '_default', '_storage_id', '_is_tales_type', )
-
     _need__name__=1
 
     # Generic Definition of Method Object
@@ -174,9 +168,6 @@
     """
       Tests if an attribute value exists
     """
-    __slots__ = ('_id', '__name__', '_key', '_property_type', '_null',
-            '_storage_id', )
-
     _need__name__=1
 
     # Generic Definition of Method Object




More information about the Erp5-report mailing list