[pypy-svn] r36567 - pypy/dist/pypy/rpython
fijal at codespeak.net
fijal at codespeak.net
Fri Jan 12 13:53:30 CET 2007
Author: fijal
Date: Fri Jan 12 13:53:28 2007
New Revision: 36567
Modified:
pypy/dist/pypy/rpython/rtyper.py
Log:
Ooops. Didn't mean to check that in.
Modified: pypy/dist/pypy/rpython/rtyper.py
==============================================================================
--- pypy/dist/pypy/rpython/rtyper.py (original)
+++ pypy/dist/pypy/rpython/rtyper.py Fri Jan 12 13:53:28 2007
@@ -919,7 +919,6 @@
from pypy.rpython import rstr, rdict, rlist
from pypy.rpython import rclass, rbuiltin, rpbc, rspecialcase
from pypy.rpython import rexternalobj
-from pypy.rpython import rgeneric
from pypy.rpython import rptr
from pypy.rpython import raddress # memory addresses
from pypy.rpython.ootypesystem import rootype
More information about the Pypy-commit
mailing list