[pypy-commit] pypy default: (mikefc) partially import fromnumeric stuff

fijal noreply at buildbot.pypy.org
Sun Jan 8 11:59:40 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r51131:52ed6dd082e1
Date: 2012-01-08 12:59 +0200
http://bitbucket.org/pypy/pypy/changeset/52ed6dd082e1/

Log:	(mikefc) partially import fromnumeric stuff

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,1 +1,2 @@
 from _numpypy import *
+from fromnumeric import *


More information about the pypy-commit mailing list