Author: Brian Kearns <[email protected]>
Branch: fix-version-tool
Changeset: r60548:ae5db54ff288
Date: 2013-01-27 11:44 -0500
http://bitbucket.org/pypy/pypy/changeset/ae5db54ff288/

Log:    oops, this was the intent

diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py
--- a/pypy/module/sys/version.py
+++ b/pypy/module/sys/version.py
@@ -28,7 +28,7 @@
 
 import pypy
 pypydir = os.path.dirname(os.path.abspath(pypy.__file__))
-pypyroot = os.path.dirname(os.path.dirname(os.path.abspath(pypy.__file__)))
+pypyroot = os.path.dirname(pypydir)
 del pypy
 from rpython.tool.version import get_repo_version_info
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to