diff options
author | Travis Oliphant <oliphant@enthought.com> | 2008-08-27 14:31:18 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2008-08-27 14:31:18 +0000 |
commit | eda3f09142f08498f479f6353c5c063ecef4aac0 (patch) | |
tree | 390a4bec0155841536b83da26bb5c17860ee6fe6 /numpy/_import_tools.py | |
parent | 6aa2c46129ca2e18aa5e720a9a45f8830f1bfb58 (diff) | |
download | numpy-eda3f09142f08498f479f6353c5c063ecef4aac0.tar.gz |
Apply modified version of Andrew Dalke's patch in #874 to create a quicker-loading numpy.
Diffstat (limited to 'numpy/_import_tools.py')
-rw-r--r-- | numpy/_import_tools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/_import_tools.py b/numpy/_import_tools.py index b06fbff7e..4bda26d87 100644 --- a/numpy/_import_tools.py +++ b/numpy/_import_tools.py @@ -2,7 +2,6 @@ import os import sys import imp -from glob import glob __all__ = ['PackageLoader'] |