[pypy-svn] r74521 - pypy/trunk/pypy/module/cpyext

afa at codespeak.net afa at codespeak.net
Sun May 16 23:06:52 CEST 2010


Author: afa
Date: Sun May 16 23:06:51 2010
New Revision: 74521

Modified:
   pypy/trunk/pypy/module/cpyext/pyobject.py
   pypy/trunk/pypy/module/cpyext/typeobject.py
Log:
remove unused imports


Modified: pypy/trunk/pypy/module/cpyext/pyobject.py
==============================================================================
--- pypy/trunk/pypy/module/cpyext/pyobject.py	(original)
+++ pypy/trunk/pypy/module/cpyext/pyobject.py	Sun May 16 23:06:51 2010
@@ -8,7 +8,6 @@
 from pypy.module.cpyext.state import State
 from pypy.objspace.std.typeobject import W_TypeObject
 from pypy.rlib.objectmodel import specialize, we_are_translated
-from pypy.rpython.annlowlevel import llhelper
 
 #________________________________________________________
 # type description

Modified: pypy/trunk/pypy/module/cpyext/typeobject.py
==============================================================================
--- pypy/trunk/pypy/module/cpyext/typeobject.py	(original)
+++ pypy/trunk/pypy/module/cpyext/typeobject.py	Sun May 16 23:06:51 2010
@@ -2,7 +2,6 @@
 import sys
 
 from pypy.rpython.lltypesystem import rffi, lltype
-from pypy.rpython.annlowlevel import llhelper
 from pypy.rlib.rweakref import RWeakKeyDictionary
 from pypy.interpreter.gateway import ObjSpace, W_Root, Arguments
 from pypy.interpreter.gateway import interp2app, unwrap_spec



More information about the Pypy-commit mailing list