diff options
author | Alan McIntyre <alan.mcintyre@local> | 2008-09-18 03:57:47 +0000 |
---|---|---|
committer | Alan McIntyre <alan.mcintyre@local> | 2008-09-18 03:57:47 +0000 |
commit | 79690f02ab0e227e162b40f7dc346a68df81515f (patch) | |
tree | 60acecf8a77113e4be544648bda733816dc2fe23 /numpy/_import_tools.py | |
parent | 95104b851ace0df9853451b0c3d146a0ce186ced (diff) | |
download | numpy-79690f02ab0e227e162b40f7dc346a68df81515f.tar.gz |
Removed redundant import.
Diffstat (limited to 'numpy/_import_tools.py')
-rw-r--r-- | numpy/_import_tools.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/_import_tools.py b/numpy/_import_tools.py index 4bda26d87..38bf712fe 100644 --- a/numpy/_import_tools.py +++ b/numpy/_import_tools.py @@ -1,7 +1,5 @@ - import os import sys -import imp __all__ = ['PackageLoader'] |