[pypy-commit] pypy nedbat-sandbox-2: Py is now required again.
ned
noreply at buildbot.pypy.org
Wed Dec 28 15:23:26 CET 2011
Author: Ned Batchelder <ned at nedbatchelder.com>
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):
More information about the pypy-commit
mailing list