diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-14 11:25:18 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-14 11:25:18 -0400 |
commit | 39029c39265fa41750d39ec181200cd7379638d9 (patch) | |
tree | 078b92c2436e617b7fab12bc3e5b20a9ffa9b716 /pkg_resources.py | |
parent | 4b47114ca44543adea38110dfabf85c629ec1324 (diff) | |
download | python-setuptools-git-39029c39265fa41750d39ec181200cd7379638d9.tar.gz |
Remove excess whitespace
Diffstat (limited to 'pkg_resources.py')
-rw-r--r-- | pkg_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py index 1df322b6..796fd9c3 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -1548,7 +1548,7 @@ class ZipManifests(object): """ This builds a similar dictionary to the zipimport directory caches. However instead of tuples, ZipInfo objects are stored. - + The translation of the tuple is as follows: * [0] - zipinfo.filename on stock pythons this needs "/" --> os.sep on pypy it is the same (one reason why distribute did work |