Author: Ned Batchelder <[email protected]>
Branch: nedbat-sandbox-2
Changeset: r50924:c03e4d0528e4
Date: 2011-12-28 08:58 -0500
http://bitbucket.org/pypy/pypy/changeset/c03e4d0528e4/
Log: Py is now required again.
diff --git a/pypy/translator/sandbox/sandlib.py
b/pypy/translator/sandbox/sandlib.py
--- a/pypy/translator/sandbox/sandlib.py
+++ b/pypy/translator/sandbox/sandlib.py
@@ -8,11 +8,11 @@
import subprocess
from pypy.tool.killsubprocess import killsubprocess
from pypy.translator.sandbox.vfs import UID, GID
+import py
def create_log():
"""Make and return a log for the sandbox to use, if needed."""
# These imports are local to avoid importing pypy if we don't need to.
- import py
from pypy.tool.ansi_print import AnsiLog
class MyAnsiLog(AnsiLog):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit