Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r61542:516c661ff236
Date: 2013-02-21 15:52 +0200
http://bitbucket.org/pypy/pypy/changeset/516c661ff236/

Log:    fix urls?

diff --git a/pypy/doc/tool/makeref.py b/pypy/doc/tool/makeref.py
--- a/pypy/doc/tool/makeref.py
+++ b/pypy/doc/tool/makeref.py
@@ -1,8 +1,7 @@
 
 import py
-py.path.local(__file__)
 import pypy
-pypydir = py.path.local(pypy.__file__).dirpath()
+pypydir = py.path.local(pypy.__file__).join('..', '..')
 distdir = pypydir.dirpath()
 issue_url = 'http://bugs.pypy.org/issue/pypy-dev/' 
 bitbucket_url = 'https://bitbucket.org/pypy/pypy/src/default/'
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to