Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r56015:35512b4e8749
Date: 2012-07-10 17:48 +0200
http://bitbucket.org/pypy/pypy/changeset/35512b4e8749/

Log:    bah, typo

diff --git a/pypy/translator/goal/test2/test_app_main.py 
b/pypy/translator/goal/test2/test_app_main.py
--- a/pypy/translator/goal/test2/test_app_main.py
+++ b/pypy/translator/goal/test2/test_app_main.py
@@ -91,7 +91,7 @@
         yield
     finally:
         if old_pythonpath is None:
-            os.delenv('PYTHONPATH')
+            os.unsetenv('PYTHONPATH')
         else:
             os.putenv('PYTHONPATH', old_pythonpath)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to