summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/unixccompiler.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2002-06-04 20:18:24 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2002-06-04 20:18:24 (GMT)
commit332a1461274c356d38f558b27096708879fc36b4 (patch)
tree4ac01bccd463b02d4111c3fc44b9dd04063f9c6a /Lib/distutils/unixccompiler.py
parentcd8a1148e19116db109f27d26c02e1de536dc76e (diff)
downloadcpython-332a1461274c356d38f558b27096708879fc36b4.zip
cpython-332a1461274c356d38f558b27096708879fc36b4.tar.gz
cpython-332a1461274c356d38f558b27096708879fc36b4.tar.bz2
Remove unused imports caught by pychecker
Diffstat (limited to 'Lib/distutils/unixccompiler.py')
-rw-r--r--Lib/distutils/unixccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index 55a51b3..56d3ee4 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/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