diff options
Diffstat (limited to 'setuptools')
-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 |