[pypy-commit] pypy default: kill a useless import

fijal noreply at buildbot.pypy.org
Tue Jul 30 11:49:19 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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"])


More information about the pypy-commit mailing list