From 39029c39265fa41750d39ec181200cd7379638d9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 14 Jun 2014 11:25:18 -0400 Subject: Remove excess whitespace --- pkg_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg_resources.py') 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 -- cgit v1.2.1