[pypy-commit] pypy default: fix test_compile when run alone

bdkearns noreply at buildbot.pypy.org
Fri Feb 28 04:26:14 CET 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r69534:b5d92e594183
Date: 2014-02-27 22:25 -0500
http://bitbucket.org/pypy/pypy/changeset/b5d92e594183/

Log:	fix test_compile when run alone

diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py
--- a/pypy/module/micronumpy/compile.py
+++ b/pypy/module/micronumpy/compile.py
@@ -9,7 +9,7 @@
 from rpython.rlib.nonconst import NonConstant
 from pypy.module.micronumpy import boxes, ufuncs
 from pypy.module.micronumpy.arrayops import where
-from pypy.module.micronumpy.base import W_NDimArray
+from pypy.module.micronumpy.ndarray import W_NDimArray
 from pypy.module.micronumpy.ctors import array
 from pypy.module.micronumpy.descriptor import get_dtype_cache
 


More information about the pypy-commit mailing list