[pypy-commit] pypy cpyext-ext: cleanup

mattip pypy.commits at gmail.com
Fri Apr 15 03:30:09 EDT 2016


Author: mattip <matti.picus at gmail.com>
Branch: cpyext-ext
Changeset: r83681:a50ca22b1068
Date: 2016-04-15 10:22 +0300
http://bitbucket.org/pypy/pypy/changeset/a50ca22b1068/

Log:	cleanup

diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py
--- a/pypy/module/cpyext/pyobject.py
+++ b/pypy/module/cpyext/pyobject.py
@@ -10,7 +10,7 @@
 from pypy.module.cpyext.state import State
 from pypy.objspace.std.typeobject import W_TypeObject
 from pypy.objspace.std.objectobject import W_ObjectObject
-from rpython.rlib.objectmodel import specialize, we_are_translated
+from rpython.rlib.objectmodel import specialize
 from rpython.rlib.objectmodel import keepalive_until_here
 from rpython.rtyper.annlowlevel import llhelper
 from rpython.rlib import rawrefcount


More information about the pypy-commit mailing list