[pypy-svn] r20345 - pypy/branch/somepbc-refactoring/pypy/rpython/ootypesystem

mwh at codespeak.net mwh at codespeak.net
Mon Nov 28 12:50:37 CET 2005


Author: mwh
Date: Mon Nov 28 12:50:36 2005
New Revision: 20345

Modified:
   pypy/branch/somepbc-refactoring/pypy/rpython/ootypesystem/rclass.py
Log:
make pypy.rpython.ootypesystem.rclass import at least -- still very
broken though


Modified: pypy/branch/somepbc-refactoring/pypy/rpython/ootypesystem/rclass.py
==============================================================================
--- pypy/branch/somepbc-refactoring/pypy/rpython/ootypesystem/rclass.py	(original)
+++ pypy/branch/somepbc-refactoring/pypy/rpython/ootypesystem/rclass.py	Mon Nov 28 12:50:36 2005
@@ -2,7 +2,6 @@
 from pypy.rpython.rmodel import inputconst, TyperError
 from pypy.rpython.rclass import AbstractClassRepr, AbstractInstanceRepr, \
                                 getinstancerepr, getclassrepr, get_type_repr
-from pypy.rpython.rpbc import getsignature
 from pypy.rpython.ootypesystem import ootype
 from pypy.annotation.pairtype import pairtype
 from pypy.tool.sourcetools import func_with_new_name



More information about the Pypy-commit mailing list