Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59859:57edbe9fd86c
Date: 2013-01-06 22:06 +0100
http://bitbucket.org/pypy/pypy/changeset/57edbe9fd86c/

Log:    I think its better to keep the original name. pypysandbox ->
        pypy_interact

diff --git a/pypy/bin/pypysandbox b/pypy/bin/pypy_interact
rename from pypy/bin/pypysandbox
rename to pypy/bin/pypy_interact
--- a/pypy/bin/pypysandbox
+++ b/pypy/bin/pypy_interact
@@ -1,5 +1,5 @@
 #!/usr/bin/env pypy
 
-from pypy.sandbox import pypysandbox
+from pypy.sandbox import pypy_interact
 
-pypysandbox.main()
\ No newline at end of file
+pypy_interact.main()
\ No newline at end of file
diff --git a/pypy/sandbox/pypysandbox.py b/pypy/sandbox/pypy_interact.py
rename from pypy/sandbox/pypysandbox.py
rename to pypy/sandbox/pypy_interact.py
diff --git a/pypy/sandbox/test/test_pypysandbox.py 
b/pypy/sandbox/test/test_pypy_interact.py
rename from pypy/sandbox/test/test_pypysandbox.py
rename to pypy/sandbox/test/test_pypy_interact.py
--- a/pypy/sandbox/test/test_pypysandbox.py
+++ b/pypy/sandbox/test/test_pypy_interact.py
@@ -1,5 +1,5 @@
 import os, sys, stat, errno
-from pypy.sandbox.pypysandbox import PyPySandboxedProc
+from pypy.sandbox.pypy_interact import PyPySandboxedProc
 from rpython.translator.interactive import Translation
 
 from pypy.module.sys.version import CPYTHON_VERSION
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to