Typo
This commit is contained in:
parent
837b714d98
commit
884f5cfe83
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue