From 86d1bd16c0053ee46f0e7d529dec144b611de3ed Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Tue, 4 Jun 2002 20:18:24 +0000 Subject: Remove unused imports caught by pychecker --- unixccompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unixccompiler.py') diff --git a/unixccompiler.py b/unixccompiler.py index 55a51b32..56d3ee44 100644 --- a/unixccompiler.py +++ b/unixccompiler.py @@ -17,7 +17,7 @@ the "typical" Unix-style command-line C compiler: __revision__ = "$Id$" -import string, re, os, sys +import os, sys from types import * from copy import copy from distutils import sysconfig -- cgit v1.2.1