Skip to content

Commit

Permalink
use default instead of extend
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Nov 28, 2011
1 parent 45b3f5d commit fb941cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/ext/zodb/__init__.py
Expand Up @@ -127,7 +127,7 @@ def __setattr__(self, name, value):
name = '_v_parent'
Persistent.__setattr__(self, name, value)

@extend
@default
def __call__(self):
"""Meant to be plumbed if something should happen in a particular
subclass on __call__. Persisting is left to the ZODB transaction
Expand Down

0 comments on commit fb941cf

Please sign in to comment.