[pypy-svn] r75712 - pypy/trunk/pypy/module/operator/test

fijal at codespeak.net fijal at codespeak.net
Thu Jul 1 12:05:43 CEST 2010


Author: fijal
Date: Thu Jul  1 12:05:41 2010
New Revision: 75712

Modified:
   pypy/trunk/pypy/module/operator/test/test_operator.py
Log:
Strike unnecessary import


Modified: pypy/trunk/pypy/module/operator/test/test_operator.py
==============================================================================
--- pypy/trunk/pypy/module/operator/test/test_operator.py	(original)
+++ pypy/trunk/pypy/module/operator/test/test_operator.py	Thu Jul  1 12:05:41 2010
@@ -154,7 +154,6 @@
 
     def test_irepeat(self):
         import operator
-        import py
 
         class X(object):
             def __index__(self):



More information about the Pypy-commit mailing list