summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-16 22:29:15 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-16 22:29:15 +0000
commita397b5545b1a20e1b0e39881eb8cf8d2dd26b793 (patch)
treeb8290355815a9dc741879de822be2efd2b93ee41 /numpy/__init__.py
parentfd4b2e843bb94bda0e998428b62569c505f85862 (diff)
downloadnumpy-a397b5545b1a20e1b0e39881eb8cf8d2dd26b793.tar.gz
Load numpy.linalg on import
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 6fc5d1b93..814e2f249 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -37,7 +37,7 @@ else:
del _os
from _import_tools import PackageLoader
pkgload = PackageLoader()
- pkgload('testing','core','lib','dft','random','f2py','distutils',
+ pkgload('testing','core','linalg','lib','dft','random','f2py','distutils',
verbose=NUMPY_IMPORT_VERBOSE,postpone=False)
__doc__ += """