This commit is contained in:
Jean-Marie Traissard 2006-10-08 02:33:34 +00:00
parent 837b714d98
commit 884f5cfe83
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class GajimGeneralException(Exception):
'''This exception ir our general exception''' '''This exception ir our general exception'''
def __init__(self, text=''): def __init__(self, text=''):
Exception.__init__(self) Exception.__init__(self)
self.text self.text = text
def __str__(self): def __str__(self):
return self.text return self.text