[pypy-commit] pypy py3k: bah, typo

antocuni noreply at buildbot.pypy.org
Tue Jul 10 17:48:35 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
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)
 


More information about the pypy-commit mailing list