aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-09-02 14:24:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-09-02 14:24:03 -0400
commit6826957239fac24794af05c81a8fb176467c698f (patch)
treebc0ba5590f59675bdae59f7b0ea8b09333f2817b /setuptools/command/easy_install.py
parentb1dfe6c40f83f5b1efab707c356aa08fdeb1b62b (diff)
downloadexternal_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-xsetuptools/command/easy_install.py1
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