Commit e033ac79 authored by Michel Pelletier's avatar Michel Pelletier

Fixed mispelling of 'Exceptions' and wrong attribute...

parent 63c161a0
......@@ -45,6 +45,6 @@ class Method(Attribute):
self.__doc__=__doc__ or __name__
def __call__(self, *args, **kw):
raise Exception.BrokenImplementation(self.interface, self.name)
raise Exceptions.BrokenImplementation(self.interface, self.__name__)
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