Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63841:44741af7e252
Date: 2013-05-03 18:41 -0700
http://bitbucket.org/pypy/pypy/changeset/44741af7e252/
Log: exceptions is really builtins in appdirect
diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py
--- a/pypy/tool/pytest/apptest.py
+++ b/pypy/tool/pytest/apptest.py
@@ -20,7 +20,7 @@
RENAMED_USEMODULES = dict(
_winreg='winreg',
- exceptions='__exceptions__',
+ exceptions='builtins',
rctime='time',
struct='_struct',
thread='_thread',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit