Commit 267c323f authored by Yoshinori Okuji's avatar Yoshinori Okuji

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
parent ab05808f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment