summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
authorEmil Hessman <emil@hessman.se>2018-09-30 19:22:49 +0200
committerEmil Hessman <emil@hessman.se>2018-09-30 19:22:49 +0200
commite07b0fce7844a227fa05e4f20772ec9cc5bf9912 (patch)
treefeb8cff1ce02ac8374d3293fc2671a8cbf90a1cc /numpy/distutils/command
parent87c1fcd0308ee78e743401bac2b0085249cca1e5 (diff)
downloadnumpy-e07b0fce7844a227fa05e4f20772ec9cc5bf9912.tar.gz
MAINT: remove unused stdlib imports
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/build_ext.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py
index 0b8df194b..18d36480a 100644
--- a/numpy/distutils/command/build_ext.py
+++ b/numpy/distutils/command/build_ext.py
@@ -4,8 +4,6 @@
from __future__ import division, absolute_import, print_function
import os
-import sys
-import shutil
import subprocess
from glob import glob