[pypy-commit] pypy llconst: fix, again

rlamy noreply at buildbot.pypy.org
Sun Oct 11 19:20:41 CEST 2015


Author: Ronan Lamy <ronan.lamy at gmail.com>
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


More information about the pypy-commit mailing list