fix for py3 exception printing logic
--HG-- branch : trunk
This commit is contained in:
parent
c953c7d313
commit
ff2b893d31
|
@ -22,6 +22,7 @@ class Session(object):
|
||||||
nodeid = ""
|
nodeid = ""
|
||||||
class Interrupted(KeyboardInterrupt):
|
class Interrupted(KeyboardInterrupt):
|
||||||
""" signals an interrupted test run. """
|
""" signals an interrupted test run. """
|
||||||
|
__module__ = 'builtins' # for py3
|
||||||
|
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
self.config = config
|
self.config = config
|
||||||
|
|
Loading…
Reference in New Issue