[pypy-commit] pypy split-rpython: I think its better to keep the original name. pypysandbox -> pypy_interact

Aquana noreply at buildbot.pypy.org
Mon Jan 7 23:16:38 CET 2013


Author: Alexander Hesse <webmaster at aquanasoft.de>
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


More information about the pypy-commit mailing list