diff options
Diffstat (limited to 'numpy/distutils/command/install_headers.py')
-rw-r--r-- | numpy/distutils/command/install_headers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/command/install_headers.py b/numpy/distutils/command/install_headers.py index f029764d0..58ace1064 100644 --- a/numpy/distutils/command/install_headers.py +++ b/numpy/distutils/command/install_headers.py @@ -1,5 +1,4 @@ import os -from distutils.command.install import * from distutils.command.install_headers import install_headers as old_install_headers class install_headers (old_install_headers): |