[pypy-svn] r71220 - pypy/trunk/pypy/objspace/test

benjamin at codespeak.net benjamin at codespeak.net
Sun Feb 14 01:46:59 CET 2010


Author: benjamin
Date: Sun Feb 14 01:46:58 2010
New Revision: 71220

Modified:
   pypy/trunk/pypy/objspace/test/test_descriptor.py
Log:
remove pointless import

Modified: pypy/trunk/pypy/objspace/test/test_descriptor.py
==============================================================================
--- pypy/trunk/pypy/objspace/test/test_descriptor.py	(original)
+++ pypy/trunk/pypy/objspace/test/test_descriptor.py	Sun Feb 14 01:46:58 2010
@@ -1,4 +1,3 @@
-import py
 from pypy.conftest import gettestobjspace
 
 class AppTest_Descriptor:



More information about the Pypy-commit mailing list