python 2.4 compatibility
This commit is contained in:
parent
5ba2a7f628
commit
65c69a34ac
|
@ -364,7 +364,7 @@ class OutcomeException(Exception):
|
||||||
contain info about test and collection outcomes.
|
contain info about test and collection outcomes.
|
||||||
"""
|
"""
|
||||||
def __init__(self, msg=None, pytrace=True):
|
def __init__(self, msg=None, pytrace=True):
|
||||||
super(OutcomeException, self).__init__(msg)
|
Exception.__init__(self, msg)
|
||||||
self.msg = msg
|
self.msg = msg
|
||||||
self.pytrace = pytrace
|
self.pytrace = pytrace
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue