Author: Alexander Hesse <webmas...@aquanasoft.de>
Branch: prepare-split
Changeset: r69003:e56516e8649a
Date: 2014-01-29 23:23 +0100
http://bitbucket.org/pypy/pypy/changeset/e56516e8649a/

Log:    moved py to pypy._py

diff --git a/py/__init__.py b/pypy/_py/__init__.py
rename from py/__init__.py
rename to pypy/_py/__init__.py
diff --git a/py/__metainfo.py b/pypy/_py/__metainfo.py
rename from py/__metainfo.py
rename to pypy/_py/__metainfo.py
diff --git a/py/_apipkg.py b/pypy/_py/_apipkg.py
rename from py/_apipkg.py
rename to pypy/_py/_apipkg.py
diff --git a/py/_builtin.py b/pypy/_py/_builtin.py
rename from py/_builtin.py
rename to pypy/_py/_builtin.py
diff --git a/py/_code/__init__.py b/pypy/_py/_code/__init__.py
rename from py/_code/__init__.py
rename to pypy/_py/_code/__init__.py
diff --git a/py/_code/_assertionnew.py b/pypy/_py/_code/_assertionnew.py
rename from py/_code/_assertionnew.py
rename to pypy/_py/_code/_assertionnew.py
diff --git a/py/_code/_assertionold.py b/pypy/_py/_code/_assertionold.py
rename from py/_code/_assertionold.py
rename to pypy/_py/_code/_assertionold.py
diff --git a/py/_code/assertion.py b/pypy/_py/_code/assertion.py
rename from py/_code/assertion.py
rename to pypy/_py/_code/assertion.py
diff --git a/py/_code/code.py b/pypy/_py/_code/code.py
rename from py/_code/code.py
rename to pypy/_py/_code/code.py
diff --git a/py/_code/source.py b/pypy/_py/_code/source.py
rename from py/_code/source.py
rename to pypy/_py/_code/source.py
diff --git a/py/_error.py b/pypy/_py/_error.py
rename from py/_error.py
rename to pypy/_py/_error.py
diff --git a/py/_iniconfig.py b/pypy/_py/_iniconfig.py
rename from py/_iniconfig.py
rename to pypy/_py/_iniconfig.py
diff --git a/py/_io/__init__.py b/pypy/_py/_io/__init__.py
rename from py/_io/__init__.py
rename to pypy/_py/_io/__init__.py
diff --git a/py/_io/capture.py b/pypy/_py/_io/capture.py
rename from py/_io/capture.py
rename to pypy/_py/_io/capture.py
diff --git a/py/_io/saferepr.py b/pypy/_py/_io/saferepr.py
rename from py/_io/saferepr.py
rename to pypy/_py/_io/saferepr.py
diff --git a/py/_io/terminalwriter.py b/pypy/_py/_io/terminalwriter.py
rename from py/_io/terminalwriter.py
rename to pypy/_py/_io/terminalwriter.py
diff --git a/py/_log/__init__.py b/pypy/_py/_log/__init__.py
rename from py/_log/__init__.py
rename to pypy/_py/_log/__init__.py
diff --git a/py/_log/log.py b/pypy/_py/_log/log.py
rename from py/_log/log.py
rename to pypy/_py/_log/log.py
diff --git a/py/_log/warning.py b/pypy/_py/_log/warning.py
rename from py/_log/warning.py
rename to pypy/_py/_log/warning.py
diff --git a/py/_path/__init__.py b/pypy/_py/_path/__init__.py
rename from py/_path/__init__.py
rename to pypy/_py/_path/__init__.py
diff --git a/py/_path/cacheutil.py b/pypy/_py/_path/cacheutil.py
rename from py/_path/cacheutil.py
rename to pypy/_py/_path/cacheutil.py
diff --git a/py/_path/common.py b/pypy/_py/_path/common.py
rename from py/_path/common.py
rename to pypy/_py/_path/common.py
diff --git a/py/_path/local.py b/pypy/_py/_path/local.py
rename from py/_path/local.py
rename to pypy/_py/_path/local.py
diff --git a/py/_path/svnurl.py b/pypy/_py/_path/svnurl.py
rename from py/_path/svnurl.py
rename to pypy/_py/_path/svnurl.py
diff --git a/py/_path/svnwc.py b/pypy/_py/_path/svnwc.py
rename from py/_path/svnwc.py
rename to pypy/_py/_path/svnwc.py
diff --git a/py/_process/__init__.py b/pypy/_py/_process/__init__.py
rename from py/_process/__init__.py
rename to pypy/_py/_process/__init__.py
diff --git a/py/_process/cmdexec.py b/pypy/_py/_process/cmdexec.py
rename from py/_process/cmdexec.py
rename to pypy/_py/_process/cmdexec.py
diff --git a/py/_process/forkedfunc.py b/pypy/_py/_process/forkedfunc.py
rename from py/_process/forkedfunc.py
rename to pypy/_py/_process/forkedfunc.py
diff --git a/py/_process/killproc.py b/pypy/_py/_process/killproc.py
rename from py/_process/killproc.py
rename to pypy/_py/_process/killproc.py
diff --git a/py/_std.py b/pypy/_py/_std.py
rename from py/_std.py
rename to pypy/_py/_std.py
diff --git a/py/_xmlgen.py b/pypy/_py/_xmlgen.py
rename from py/_xmlgen.py
rename to pypy/_py/_xmlgen.py
diff --git a/py/bin/_findpy.py b/pypy/_py/bin/_findpy.py
rename from py/bin/_findpy.py
rename to pypy/_py/bin/_findpy.py
diff --git a/py/bin/py.test b/pypy/_py/bin/py.test
rename from py/bin/py.test
rename to pypy/_py/bin/py.test
diff --git a/py/test.py b/pypy/_py/test.py
rename from py/test.py
rename to pypy/_py/test.py
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to