diff options
author | Erik Bray <embray@stsci.edu> | 2011-08-30 13:03:25 -0400 |
---|---|---|
committer | Erik Bray <embray@stsci.edu> | 2011-08-30 13:03:25 -0400 |
commit | 0d6b0fdd59f5fb29c06ed335fc7597951c5f277f (patch) | |
tree | 570d21753a43f2083410d9984a54b9bce0ff36a4 /setuptools | |
parent | b568b2ffb5d4e5c767452fce2353adec70d93a00 (diff) | |
download | external_python_setuptools-0d6b0fdd59f5fb29c06ed335fc7597951c5f277f.tar.gz external_python_setuptools-0d6b0fdd59f5fb29c06ed335fc7597951c5f277f.tar.bz2 external_python_setuptools-0d6b0fdd59f5fb29c06ed335fc7597951c5f277f.zip |
Fix unintended addition of newline
--HG--
branch : distribute
extra : rebase_source : 9ba9d12380a73ae3a0908a0015b887dbe26bd7ae
Diffstat (limited to 'setuptools')
-rwxr-xr-x | setuptools/package_index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py index 1dccabcb..bb0ae129 100755 --- a/setuptools/package_index.py +++ b/setuptools/package_index.py @@ -842,4 +842,4 @@ def local_open(url): -# this line is a kludge to keep the trailing blank lines for pje's editor +# this line is a kludge to keep the trailing blank lines for pje's editor
\ No newline at end of file |