diff options
Diffstat (limited to 'setuptools/command/install_egg_info.py')
-rwxr-xr-x | setuptools/command/install_egg_info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/install_egg_info.py b/setuptools/command/install_egg_info.py index 183d8188..06be25f3 100755 --- a/setuptools/command/install_egg_info.py +++ b/setuptools/command/install_egg_info.py @@ -103,4 +103,3 @@ class install_egg_info(Command): nsp.add('.'.join(pkg)) pkg.pop() return sorted(nsp) - |