[pypy-svn] r76578 - pypy/trunk/pypy/module/thread/test

getxsick at codespeak.net getxsick at codespeak.net
Tue Aug 10 20:38:57 CEST 2010


Author: getxsick
Date: Tue Aug 10 20:38:53 2010
New Revision: 76578

Modified:
   pypy/trunk/pypy/module/thread/test/test_gil.py
Log:
kill redundant import


Modified: pypy/trunk/pypy/module/thread/test/test_gil.py
==============================================================================
--- pypy/trunk/pypy/module/thread/test/test_gil.py	(original)
+++ pypy/trunk/pypy/module/thread/test/test_gil.py	Tue Aug 10 20:38:53 2010
@@ -1,7 +1,6 @@
 import time
 from pypy.module.thread import gil
 from pypy.module.thread.test import test_ll_thread
-from pypy.rpython.lltypesystem import rffi
 from pypy.module.thread import ll_thread as thread
 from pypy.rlib.objectmodel import we_are_translated
 



More information about the Pypy-commit mailing list