Author: mattip>
Branch: win64-stage1
Changeset: r53976:1b4254e68bcb
Date: 2012-03-25 16:28 +0200
http://bitbucket.org/pypy/pypy/changeset/1b4254e68bcb/
Log: Backed out changeset: 3e677b357851
diff --git a/pypy/rpython/tool/rffi_platform.py
b/pypy/rpython/tool/rffi_platform.py
--- a/pypy/rpython/tool/rffi_platform.py
+++ b/pypy/rpython/tool/rffi_platform.py
@@ -758,8 +758,8 @@
if prefix and not os.path.isabs(prefix):
import glob
- testdir = os.path.join(PYPY_EXTERNAL_DIR,prefix)
- entries = glob.glob(os.path.join(testdir,'*'))
+
+ entries = glob.glob(os.path.join(PYPY_EXTERNAL_DIR,'*'))
if entries:
# Get last version
prefix = sorted(entries)[-1]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit