[pypy-svn] r14616 - pypy/dist/pypy/rpython

ac at codespeak.net ac at codespeak.net
Wed Jul 13 13:51:34 CEST 2005


Author: ac
Date: Wed Jul 13 13:51:33 2005
New Revision: 14616

Modified:
   pypy/dist/pypy/rpython/rrange.py
Log:
Add missing import

Modified: pypy/dist/pypy/rpython/rrange.py
==============================================================================
--- pypy/dist/pypy/rpython/rrange.py	(original)
+++ pypy/dist/pypy/rpython/rrange.py	Wed Jul 13 13:51:33 2005
@@ -2,6 +2,7 @@
 from pypy.annotation import model as annmodel
 from pypy.rpython.rmodel import Repr, TyperError, IntegerRepr
 from pypy.rpython.lltype import Ptr, GcStruct, Signed, malloc, Void
+from pypy.objspace.flow.model import Constant
 
 # ____________________________________________________________
 #



More information about the Pypy-commit mailing list