Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59706:82b01d80249e
Date: 2013-01-04 20:16 +0100
http://bitbucket.org/pypy/pypy/changeset/82b01d80249e/

Log:    Moved targetpypystandalone to toplevel and added
        rpython.tool.autopath

diff --git a/pypy/tool/autopath.py b/rpython/tool/autopath.py
copy from pypy/tool/autopath.py
copy to rpython/tool/autopath.py
--- a/pypy/tool/autopath.py
+++ b/rpython/tool/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/goal/targetpypystandalone.py 
b/targetpypystandalone.py
rename from rpython/translator/goal/targetpypystandalone.py
rename to targetpypystandalone.py
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to