Author: Philip Jenvey <[email protected]>
Branch: 
Changeset: r60647:4e6eeb12cce6
Date: 2013-01-28 18:23 -0800
http://bitbucket.org/pypy/pypy/changeset/4e6eeb12cce6/

Log:    missing import

diff --git a/pypy/module/posix/test/test_posix2.py 
b/pypy/module/posix/test/test_posix2.py
--- a/pypy/module/posix/test/test_posix2.py
+++ b/pypy/module/posix/test/test_posix2.py
@@ -823,6 +823,7 @@
 
     if hasattr(os, 'chmod'):
         def test_chmod(self):
+            import sys
             os = self.posix
             os.unlink(self.path)
             raises(OSError, os.chmod, self.path, 0600)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to