summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-03-13 21:40:06 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-03-13 21:40:06 +0000
commitaa04352b39a26f24a7293ca13f13c2348793484a (patch)
tree496f0d801b0c0fbd7b5cd65dca267bf9fbbf6922 /numpy/__init__.py
parent37e0c9b5b852dffee11e41d1a9ee7a11be1f662e (diff)
downloadnumpy-aa04352b39a26f24a7293ca13f13c2348793484a.tar.gz
Remove numpy distutils from autoload and fix 64-bit bug.
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 17202cd95..96edd88c2 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -32,7 +32,6 @@ else:
from _import_tools import PackageLoader
pkgload = PackageLoader()
pkgload('testing','core','lib','linalg','dft','random','f2py',
- 'distutils',
verbose=NUMPY_IMPORT_VERBOSE,postpone=False)
if __doc__ is not None: