diff options
Diffstat (limited to 'numpy/distutils/exec_command.py')
-rw-r--r-- | numpy/distutils/exec_command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/exec_command.py b/numpy/distutils/exec_command.py index 029dadecf..51ac1a611 100644 --- a/numpy/distutils/exec_command.py +++ b/numpy/distutils/exec_command.py @@ -49,7 +49,6 @@ Known bugs: __all__ = ['exec_command','find_executable'] import os -import re import sys import tempfile |