Author: Manuel Jacob
Branch: vendor-rename
Changeset: r61966:2997a202a900
Date: 2013-03-03 20:05 +0100
http://bitbucket.org/pypy/pypy/changeset/2997a202a900/
Log: Change app_main to find the stdlib which is now in lib-python/2.
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -711,7 +711,7 @@
from os.path import abspath, join, dirname as dn
thisfile = abspath(__file__)
root = dn(dn(dn(thisfile)))
- return [join(root, 'lib-python', '2.7'),
+ return [join(root, 'lib-python', '2'),
join(root, 'lib_pypy')]
def pypy_resolvedirof(s):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit