Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
projekt01 committed Feb 10, 2009
1 parent 58f2898 commit f1e9719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/form/error.py
Expand Up @@ -114,8 +114,8 @@ def render(self):


class MultipleErrors(Exception):
zope.interface.implements(interfaces.IMultipleErrors)
"""An error that contains many errors"""
zope.interface.implements(interfaces.IMultipleErrors)

def __init__(self, errors):
self.errors = errors
Expand Down

0 comments on commit f1e9719

Please sign in to comment.