aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-22 09:25:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-22 09:25:16 -0400
commite7a30ebf78b0d9aaea9cfeadd36df2ba9774c25c (patch)
tree238329b3f471db86ed12cdc4a67c1666c5516cb5 /setuptools/command
parentf6b5e29275f9a54bda847de79760f24a613a3d28 (diff)
downloadexternal_python_setuptools-e7a30ebf78b0d9aaea9cfeadd36df2ba9774c25c.tar.gz
external_python_setuptools-e7a30ebf78b0d9aaea9cfeadd36df2ba9774c25c.tar.bz2
external_python_setuptools-e7a30ebf78b0d9aaea9cfeadd36df2ba9774c25c.zip
Remove trailing newline
Diffstat (limited to 'setuptools/command')
-rwxr-xr-xsetuptools/command/install_egg_info.py1
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)
-