diff options
| author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 20:18:24 +0000 |
|---|---|---|
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 20:18:24 +0000 |
| commit | 86d1bd16c0053ee46f0e7d529dec144b611de3ed (patch) | |
| tree | 1dcfc82f41f74862e4fafbfdedea98c1e70f0e2a /unixccompiler.py | |
| parent | fcaddaa4cfd26c0f07bfbb4dbf41760334d5d788 (diff) | |
| download | python-setuptools-git-86d1bd16c0053ee46f0e7d529dec144b611de3ed.tar.gz | |
Remove unused imports caught by pychecker
Diffstat (limited to 'unixccompiler.py')
| -rw-r--r-- | unixccompiler.py | 2 |
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 |
