Author: Alex Gaynor <[email protected]> Branch: Changeset: r51218:0a73918924c2 Date: 2012-01-10 22:51 -0600 http://bitbucket.org/pypy/pypy/changeset/0a73918924c2/
Log: explicit relative import diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init__.py +++ b/lib_pypy/numpypy/__init__.py @@ -1,2 +1,2 @@ from _numpypy import * -from fromnumeric import * +from .fromnumeric import * _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
