Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r67377:f84ecdace85b
Date: 2013-10-14 19:17 -0400
http://bitbucket.org/pypy/pypy/changeset/f84ecdace85b/

Log:    make this numpy import relative

diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py
--- a/lib_pypy/numpypy/core/numeric.py
+++ b/lib_pypy/numpypy/core/numeric.py
@@ -606,7 +606,7 @@
            [ 0.,  0.,  1.]])
 
     """
-    from numpy import eye
+    from .. import eye
     return eye(n, dtype=dtype)
 
 Inf = inf = infty = Infinity = PINF
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to