Author: Amaury Forgeot d'Arc <[email protected]>
Branch: more-rposix
Changeset: r77017:21dae7aac376
Date: 2015-05-03 21:44 +0200
http://bitbucket.org/pypy/pypy/changeset/21dae7aac376/
Log: Fix for win32
diff --git a/rpython/rlib/rpath.py b/rpython/rlib/rpath.py
--- a/rpython/rlib/rpath.py
+++ b/rpython/rlib/rpath.py
@@ -146,7 +146,7 @@
try:
if path == '':
path = os.getcwd()
- return rposix._getfullpathname(path)
+ return rposix.getfullpathname(path)
except OSError:
return path
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit