From 79690f02ab0e227e162b40f7dc346a68df81515f Mon Sep 17 00:00:00 2001 From: Alan McIntyre Date: Thu, 18 Sep 2008 03:57:47 +0000 Subject: Removed redundant import. --- numpy/_import_tools.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/_import_tools.py') 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'] -- cgit v1.2.1