diff options
author | cookedm <cookedm@localhost> | 2007-05-25 19:38:39 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2007-05-25 19:38:39 +0000 |
commit | 840bd64e600ac458b17fd058a181b860e87d56bd (patch) | |
tree | 23d37b20ed95ceda6caabf11a9bb2a629466068e /numpy/distutils/exec_command.py | |
parent | 888d6eddcb686d7b4b502b34be35be9acec84f6b (diff) | |
download | numpy-840bd64e600ac458b17fd058a181b860e87d56bd.tar.gz |
distutils: clean up imports (found by running pyflakes)
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 |