Author: Armin Rigo <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to