Author: Amaury Forgeot d'Arc <[email protected]>
Branch: 
Changeset: r58765:034868cf23c4
Date: 2012-11-06 21:56 +0100
http://bitbucket.org/pypy/pypy/changeset/034868cf23c4/

Log:    Add a missing import

diff --git a/pypy/tool/pytest/inttest.py b/pypy/tool/pytest/inttest.py
--- a/pypy/tool/pytest/inttest.py
+++ b/pypy/tool/pytest/inttest.py
@@ -3,6 +3,7 @@
 # Most pypy tests are of this kind.
 
 import py
+import sys
 from pypy.interpreter.error import OperationError
 from pypy.conftest import PyPyClassCollector
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to