summaryrefslogtreecommitdiffstats
path: root/Lib/setuptools/command/egg_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/setuptools/command/egg_info.py')
-rwxr-xr-xLib/setuptools/command/egg_info.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/setuptools/command/egg_info.py b/Lib/setuptools/command/egg_info.py
index d9fcd3f..b68fb39 100755
--- a/Lib/setuptools/command/egg_info.py
+++ b/Lib/setuptools/command/egg_info.py
@@ -363,7 +363,3 @@ def get_pkg_info_revision():
if match:
return int(match.group(1))
return 0
-
-
-
-