Fixed exception id 0x8a41d.

This commit is contained in:
Jeremy Fincher 2004-08-19 19:48:00 +00:00
parent dec8c52b86
commit 6d1d6013cd
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ class RichReplyMethods(object):
def _error(self, s, Raise, **kwargs):
if Raise:
raise callbacks.Error, s
raise Error, s
else:
self.error(s, **kwargs)