[pypy-svn] r74752 - pypy/trunk/py/_test
hpk at codespeak.net
hpk at codespeak.net
Tue May 25 21:48:10 CEST 2010
Author: hpk
Date: Tue May 25 21:48:09 2010
New Revision: 74752
Modified:
pypy/trunk/py/_test/session.py
Log:
this is now released, a last fix for python3
Modified: pypy/trunk/py/_test/session.py
==============================================================================
--- pypy/trunk/py/_test/session.py (original)
+++ pypy/trunk/py/_test/session.py Tue May 25 21:48:09 2010
@@ -22,6 +22,7 @@
nodeid = ""
class Interrupted(KeyboardInterrupt):
""" signals an interrupted test run. """
+ __module__ = 'builtins' # for py3
def __init__(self, config):
self.config = config
More information about the Pypy-commit
mailing list