From e7a30ebf78b0d9aaea9cfeadd36df2ba9774c25c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 22 Jun 2014 09:25:16 -0400 Subject: Remove trailing newline --- setuptools/command/install_egg_info.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/command') 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) - -- cgit v1.2.3