[pypy-svn] r51682 - pypy/dist/pypy/annotation

mwh at codespeak.net mwh at codespeak.net
Wed Feb 20 12:38:30 CET 2008


Author: mwh
Date: Wed Feb 20 12:38:29 2008
New Revision: 51682

Modified:
   pypy/dist/pypy/annotation/policy.py
Log:
now i read the comment, maybe this one should go back...

Modified: pypy/dist/pypy/annotation/policy.py
==============================================================================
--- pypy/dist/pypy/annotation/policy.py	(original)
+++ pypy/dist/pypy/annotation/policy.py	Wed Feb 20 12:38:29 2008
@@ -4,6 +4,7 @@
 from pypy.annotation.specialize import memo
 # for some reason, model must be imported first,
 # or we create a cycle.
+from pypy.annotation import model as annmodel
 from pypy.annotation.bookkeeper import getbookkeeper
 from pypy.annotation.signature import Sig
 



More information about the Pypy-commit mailing list