From 840bd64e600ac458b17fd058a181b860e87d56bd Mon Sep 17 00:00:00 2001 From: cookedm Date: Fri, 25 May 2007 19:38:39 +0000 Subject: distutils: clean up imports (found by running pyflakes) --- numpy/distutils/exec_command.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/distutils/exec_command.py') 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 -- cgit v1.2.1