fix for py3 exception printing logic

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-05-25 17:24:24 +02:00
parent c953c7d313
commit ff2b893d31
1 changed files with 1 additions and 0 deletions

View File

@ -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