[pypy-svn] r68726 - pypy/trunk/pypy/rpython

benjamin at codespeak.net benjamin at codespeak.net
Sat Oct 24 16:22:03 CEST 2009


Author: benjamin
Date: Sat Oct 24 16:22:03 2009
New Revision: 68726

Modified:
   pypy/trunk/pypy/rpython/rvirtualizable2.py
Log:
remove unused py import

Modified: pypy/trunk/pypy/rpython/rvirtualizable2.py
==============================================================================
--- pypy/trunk/pypy/rpython/rvirtualizable2.py	(original)
+++ pypy/trunk/pypy/rpython/rvirtualizable2.py	Sat Oct 24 16:22:03 2009
@@ -1,4 +1,3 @@
-import py
 from pypy.rpython.rmodel import inputconst, log
 from pypy.rpython.lltypesystem import lltype
 from pypy.rpython.ootypesystem import ootype



More information about the Pypy-commit mailing list