summaryrefslogtreecommitdiff
path: root/unixccompiler.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2002-06-04 20:18:24 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2002-06-04 20:18:24 +0000
commit86d1bd16c0053ee46f0e7d529dec144b611de3ed (patch)
tree1dcfc82f41f74862e4fafbfdedea98c1e70f0e2a /unixccompiler.py
parentfcaddaa4cfd26c0f07bfbb4dbf41760334d5d788 (diff)
downloadpython-setuptools-git-86d1bd16c0053ee46f0e7d529dec144b611de3ed.tar.gz
Remove unused imports caught by pychecker
Diffstat (limited to 'unixccompiler.py')
-rw-r--r--unixccompiler.py2
1 files changed, 1 insertions, 1 deletions
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