diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 00:12:32 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 00:12:32 +0300 |
| commit | 1746f3caf7a6a71c04f79da2b89c888cb5daadec (patch) | |
| tree | fa89c019c899f4ee4c3f8d8abfe0c9db37c53f1c /command/config.py | |
| parent | 905adfca47183d923e35135c4795a3b0439c6104 (diff) | |
| download | python-setuptools-git-1746f3caf7a6a71c04f79da2b89c888cb5daadec.tar.gz | |
Removed unused imports.
Diffstat (limited to 'command/config.py')
| -rw-r--r-- | command/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/config.py b/command/config.py index 847e8581..b1fd09e0 100644 --- a/command/config.py +++ b/command/config.py @@ -9,7 +9,7 @@ configure-like tasks: "try to compile this C code", or "figure out where this header file lives". """ -import sys, os, re +import os, re from distutils.core import Command from distutils.errors import DistutilsExecError |
