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/register.py b/Lib/distutils/command/register.py index b49f86f..a3e0893 100644 --- a/Lib/distutils/command/register.py +++ b/Lib/distutils/command/register.py
@@ -5,7 +5,7 @@ # created 2002/10/21, Richard Jones -import os, string, getpass +import getpass import io import urllib.parse, urllib.request from warnings import warn