Author: Brian Kearns <[email protected]>
Branch:
Changeset: r61393:dcf647ddffef
Date: 2013-02-17 19:17 -0500
http://bitbucket.org/pypy/pypy/changeset/dcf647ddffef/
Log: these imports are still needed
diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/rtyper/llinterp.py
@@ -11,7 +11,8 @@
from rpython.rlib.objectmodel import (ComputedIntSymbolic, CDefinedIntSymbolic,
Symbolic)
# intmask is used in an exec'd code block
-from rpython.rlib.rarithmetic import ovfcheck, is_valid_int, intmask
+from rpython.rlib.rarithmetic import (ovfcheck, is_valid_int, intmask,
+ r_uint, r_longlong, r_ulonglong, r_longlonglong)
from rpython.rtyper.lltypesystem import lltype, llmemory, lloperation, llheap,
rclass
from rpython.rtyper.ootypesystem import ootype
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit