Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r76136:66a2427025a2
Date: 2015-02-25 16:36 +0100
http://bitbucket.org/pypy/pypy/changeset/66a2427025a2/

Log:    2to3

diff --git a/pypy/module/sys/test/test_sysmodule.py 
b/pypy/module/sys/test/test_sysmodule.py
--- a/pypy/module/sys/test/test_sysmodule.py
+++ b/pypy/module/sys/test/test_sysmodule.py
@@ -517,6 +517,7 @@
 
     def test_reload_doesnt_override_sys_executable(self):
         import sys
+        from imp import reload
         sys.executable = 'from_test_sysmodule'
         reload(sys)
         assert sys.executable == 'from_test_sysmodule'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to