[pypy-svn] r17371 - pypy/dist/pypy/module/__builtin__

arigo at codespeak.net arigo at codespeak.net
Thu Sep 8 16:33:54 CEST 2005


Author: arigo
Date: Thu Sep  8 16:33:54 2005
New Revision: 17371

Modified:
   pypy/dist/pypy/module/__builtin__/importing.py
Log:
Oups.


Modified: pypy/dist/pypy/module/__builtin__/importing.py
==============================================================================
--- pypy/dist/pypy/module/__builtin__/importing.py	(original)
+++ pypy/dist/pypy/module/__builtin__/importing.py	Thu Sep  8 16:33:54 2005
@@ -517,6 +517,6 @@
             osfile.close()
     except OSError:
         try:
-            os.unlink(pathname)
+            os.unlink(cpathname)
         except OSError:
             pass



More information about the Pypy-commit mailing list