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 = ""
|
||||
class Interrupted(KeyboardInterrupt):
|
||||
""" signals an interrupted test run. """
|
||||
__module__ = 'builtins' # for py3
|
||||
|
||||
def __init__(self, config):
|
||||
self.config = config
|
||||
|
|
Loading…
Reference in New Issue