Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r65813:d70b8eb9c481
Date: 2013-07-30 11:48 +0200
http://bitbucket.org/pypy/pypy/changeset/d70b8eb9c481/

Log:    kill a useless import

diff --git a/rpython/translator/c/test/test_lltyped.py 
b/rpython/translator/c/test/test_lltyped.py
--- a/rpython/translator/c/test/test_lltyped.py
+++ b/rpython/translator/c/test/test_lltyped.py
@@ -944,7 +944,6 @@
         assert fn(2) == 10 + 34
 
     def test_const_char_star(self):
-        import os
         from rpython.translator.tool.cbuild import ExternalCompilationInfo
 
         eci = ExternalCompilationInfo(includes=["stdlib.h"])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to