Author: Ronan Lamy <[email protected]>
Branch: llconst
Changeset: r80109:49daae873d69
Date: 2015-10-11 05:41 +0100
http://bitbucket.org/pypy/pypy/changeset/49daae873d69/

Log:    fix, again

diff --git a/rpython/memory/test/test_gctypelayout.py 
b/rpython/memory/test/test_gctypelayout.py
--- a/rpython/memory/test/test_gctypelayout.py
+++ b/rpython/memory/test/test_gctypelayout.py
@@ -6,7 +6,7 @@
 from rpython.rtyper import rclass
 from rpython.rtyper.rclass import IR_IMMUTABLE, IR_QUASIIMMUTABLE
 from rpython.rtyper.test.test_llinterp import get_interpreter
-from rpython.flowspace.model import LLConstant
+from rpython.rtyper.rmodel import LLConstant
 
 class FakeGC:
     object_minimal_size = 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to