diff options
author | Alexander Hesse <webmaster@aquanasoft.de> | 2013-01-06 22:06:23 +0100 |
---|---|---|
committer | Alexander Hesse <webmaster@aquanasoft.de> | 2013-01-06 22:06:23 +0100 |
commit | bacad8758e14ca22c427a05c4fbeed7c85abc9f4 (patch) | |
tree | 4114b18c5614a63d1cc333219f3754c67176b845 /pypy/bin | |
parent | Renamed pypy_interact to pypy.sandbox.pypysandbox. Removed pypydir import fro... (diff) | |
download | pypy-bacad8758e14ca22c427a05c4fbeed7c85abc9f4.tar.gz pypy-bacad8758e14ca22c427a05c4fbeed7c85abc9f4.tar.bz2 pypy-bacad8758e14ca22c427a05c4fbeed7c85abc9f4.zip |
I think its better to keep the original name. pypysandbox -> pypy_interact
Diffstat (limited to 'pypy/bin')
-rw-r--r-- | pypy/bin/pypy_interact | 5 | ||||
-rw-r--r-- | pypy/bin/pypysandbox | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pypy/bin/pypy_interact b/pypy/bin/pypy_interact new file mode 100644 index 0000000000..642f2f5122 --- /dev/null +++ b/pypy/bin/pypy_interact @@ -0,0 +1,5 @@ +#!/usr/bin/env pypy + +from pypy.sandbox import pypy_interact + +pypy_interact.main()
\ No newline at end of file diff --git a/pypy/bin/pypysandbox b/pypy/bin/pypysandbox deleted file mode 100644 index f236f296ef..0000000000 --- a/pypy/bin/pypysandbox +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env pypy - -from pypy.sandbox import pypysandbox - -pypysandbox.main()
\ No newline at end of file |