commit | ccd047ea4b92f09a84b67e69deb82ce42e510c4c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 25 00:12:32 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 25 00:12:32 2016 +0300 |
tree | 89663a3917f136919b9b491c22ee76c16afd0b83 | |
parent | a6f26c1d3495670c02c2ceb1e38ada0d468579f7 [diff] [blame] |
Removed unused imports.
diff --git a/Lib/distutils/command/config.py b/Lib/distutils/command/config.py index 847e858..b1fd09e 100644 --- a/Lib/distutils/command/config.py +++ b/Lib/distutils/command/config.py
@@ -9,7 +9,7 @@ this header file lives". """ -import sys, os, re +import os, re from distutils.core import Command from distutils.errors import DistutilsExecError