diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-02 14:24:03 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-02 14:24:03 -0400 |
commit | 6826957239fac24794af05c81a8fb176467c698f (patch) | |
tree | bc0ba5590f59675bdae59f7b0ea8b09333f2817b /setuptools/command/easy_install.py | |
parent | b1dfe6c40f83f5b1efab707c356aa08fdeb1b62b (diff) | |
download | external_python_setuptools-6826957239fac24794af05c81a8fb176467c698f.tar.gz external_python_setuptools-6826957239fac24794af05c81a8fb176467c698f.tar.bz2 external_python_setuptools-6826957239fac24794af05c81a8fb176467c698f.zip |
Remove unused import
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-x | setuptools/command/easy_install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 78d96696..737a6fc3 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -962,7 +962,6 @@ Please make the appropriate changes for your system and try again. return dist # XXX temporarily disable until new strategy is stable from imp import find_module, get_suffixes - from glob import glob blockers = [] names = dict.fromkeys(dist._get_metadata('top_level.txt')) # XXX private attr |