[pypy-commit] pypy default: fix import

arigo noreply at buildbot.pypy.org
Sat Oct 25 16:08:14 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r74219:d91ef9f19c89
Date: 2014-10-25 16:08 +0200
http://bitbucket.org/pypy/pypy/changeset/d91ef9f19c89/

Log:	fix import

diff --git a/pypy/module/pypyjit/test/test_jit_hook.py b/pypy/module/pypyjit/test/test_jit_hook.py
--- a/pypy/module/pypyjit/test/test_jit_hook.py
+++ b/pypy/module/pypyjit/test/test_jit_hook.py
@@ -11,7 +11,7 @@
 from rpython.rtyper.lltypesystem import lltype, llmemory
 from rpython.rtyper.rclass import OBJECT
 from pypy.module.pypyjit.interp_jit import pypyjitdriver
-from pypy.module.pypyjit.policy import pypy_hooks
+from pypy.module.pypyjit.hooks import pypy_hooks
 from rpython.jit.tool.oparser import parse
 from rpython.jit.metainterp.typesystem import llhelper
 from rpython.rlib.jit import JitDebugInfo, AsmInfo, Counters


More information about the pypy-commit mailing list