Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r60168:d0ef4dc66113
Date: 2013-01-18 11:19 +0100
http://bitbucket.org/pypy/pypy/changeset/d0ef4dc66113/

Log:    Fixed test

diff --git a/pypy/module/micronumpy/test/test_numarray.py 
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronumpy/test/test_numarray.py
+++ b/pypy/module/micronumpy/test/test_numarray.py
@@ -191,8 +191,8 @@
         assert space.str_w(elems[1]) == "b"
 
     def test_from_shape_and_storage(self):
-        from pypy.rlib.rawstorage import alloc_raw_storage, raw_storage_setitem
-        from pypy.rpython.lltypesystem import rffi
+        from rpython.rlib.rawstorage import alloc_raw_storage, 
raw_storage_setitem
+        from rpython.rtyper.lltypesystem import rffi
         from pypy.module.micronumpy.interp_dtype import get_dtype_cache
         storage = alloc_raw_storage(4, track_allocation=False, zero=True)
         for i in range(4):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to