[pypy-commit] pypy default: Missing import.

arigo noreply at buildbot.pypy.org
Thu Jul 28 10:56:26 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r46036:692c06726aea
Date: 2011-07-28 10:56 +0200
http://bitbucket.org/pypy/pypy/changeset/692c06726aea/

Log:	Missing import.

diff --git a/pypy/rpython/memory/gctransform/shadowstack.py b/pypy/rpython/memory/gctransform/shadowstack.py
--- a/pypy/rpython/memory/gctransform/shadowstack.py
+++ b/pypy/rpython/memory/gctransform/shadowstack.py
@@ -2,6 +2,7 @@
 from pypy.rpython.memory.gctransform.framework import sizeofaddr
 from pypy.rlib.debug import ll_assert
 from pypy.rpython.lltypesystem import llmemory
+from pypy.annotation import model as annmodel
 
 
 class ShadowStackRootWalker(BaseRootWalker):


More information about the pypy-commit mailing list