From 267c323f1d0fb218e88d8d1ced40a9d045e85547 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Tue, 30 Oct 2007 09:55:10 +0000 Subject: [PATCH] Forgot to remove slots before committing. It was just for testing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17287 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Accessor/Base.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/product/ERP5Type/Accessor/Base.py b/product/ERP5Type/Accessor/Base.py index 35e66b3e71..14b0681b7d 100644 --- a/product/ERP5Type/Accessor/Base.py +++ b/product/ERP5Type/Accessor/Base.py @@ -45,9 +45,6 @@ class Setter(Method): 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 @@ class Getter(Method): 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 @@ class Tester(Method): """ Tests if an attribute value exists """ - __slots__ = ('_id', '__name__', '_key', '_property_type', '_null', - '_storage_id', ) - _need__name__=1 # Generic Definition of Method Object -- 2.30.9