Skip to content

Commit

Permalink
remove impl detail
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 28, 2012
1 parent 407f26f commit efc5ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substanced/interfaces.py
Expand Up @@ -33,7 +33,7 @@ def set(struct):
and persist it to the context. The data structure will have already
been validated against the propertysheet schema."""

def after_set(self):
def after_set():
""" Perform operations after a successful set. The default
propertysheet implementation sends an ObjectModified event and
flashes an undo message"""
Expand Down

0 comments on commit efc5ce5

Please sign in to comment.