Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r74454:18ed12091d09
Date: 2014-11-11 18:47 +0100
http://bitbucket.org/pypy/pypy/changeset/18ed12091d09/
Log: fix
diff --git a/rpython/memory/gctransform/stmframework.py
b/rpython/memory/gctransform/stmframework.py
--- a/rpython/memory/gctransform/stmframework.py
+++ b/rpython/memory/gctransform/stmframework.py
@@ -5,7 +5,7 @@
from rpython.memory.gctransform.framework import (TYPE_ID,
BaseFrameworkGCTransformer, BaseRootWalker, sizeofaddr)
from rpython.memory.gctypelayout import WEAKREF, WEAKREFPTR
-from rpython.memory.gc.stm import StmGC
+from rpython.memory.gc.stmgc import StmGC
from rpython.rtyper import rmodel, llannotation
from rpython.translator.backendopt.support import var_needsgc
from rpython.rlib.objectmodel import specialize
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit