summaryrefslogtreecommitdiff
path: root/command/config.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-25 00:12:32 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-25 00:12:32 +0300
commit1746f3caf7a6a71c04f79da2b89c888cb5daadec (patch)
treefa89c019c899f4ee4c3f8d8abfe0c9db37c53f1c /command/config.py
parent905adfca47183d923e35135c4795a3b0439c6104 (diff)
downloadpython-setuptools-git-1746f3caf7a6a71c04f79da2b89c888cb5daadec.tar.gz
Removed unused imports.
Diffstat (limited to 'command/config.py')
-rw-r--r--command/config.py2
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