summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/setup.py1
-rwxr-xr-xruntests.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index bec358480..0b055dba4 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -1,6 +1,5 @@
from __future__ import division, print_function
-import imp
import os
import sys
import pickle
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__)))