Skip to content

Commit

Permalink
MAINT: Remove leftover imp module imports.
Browse files Browse the repository at this point in the history
There were two remaining imports of the deprecated imp module, neither
of which seems to have been used beyond the import.

Closes numpy#5997.
  • Loading branch information
charris committed Sep 3, 2016
1 parent 0470ca3 commit 65f1af0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion numpy/core/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import division, print_function

import imp
import os
import sys
import pickle
Expand Down
1 change: 0 additions & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
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__)))
Expand Down

0 comments on commit 65f1af0

Please sign in to comment.