summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-09-03 11:34:40 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-09-03 11:40:54 -0600
commit65f1af041616749cd76b578b1da235a6c2784ce0 (patch)
tree1480d13778528842e04d009e8bc739ec5901a9b6 /runtests.py
parent0470ca3695a220b0775b1ff48e817355a7c94173 (diff)
downloadpython-numpy-65f1af041616749cd76b578b1da235a6c2784ce0.tar.gz
python-numpy-65f1af041616749cd76b578b1da235a6c2784ce0.tar.bz2
python-numpy-65f1af041616749cd76b578b1da235a6c2784ce0.zip
MAINT: Remove leftover imp module imports.
There were two remaining imports of the deprecated imp module, neither of which seems to have been used beyond the import. Closes #5997.
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index 9008950e9..7be76e46d 100755
--- a/runtests.py
+++ b/runtests.py
@@ -60,7 +60,6 @@ sys.path.pop(0)
import shutil
import subprocess
import time
-import imp
from argparse import ArgumentParser, REMAINDER
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__)))