summaryrefslogtreecommitdiffstats
path: root/Lib/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 (GMT)
commit584b0e0c3d27dc6b576366368bf7ca2f60e69e7c (patch)
treef2e33dbae88a59b367819920a5c4a2260f080788 /Lib/setuptools/command/egg_info.py
parent17a35f906c29e71510d749283b381d95a5de0316 (diff)
downloadcpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.zip
cpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.gz
cpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.bz2
Whilespace normalization (reindint.py).
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
-
-
-
-