Fixed console download progress indicator on Python 3
commit354c8a1b894af20514413524356f718f58529735
authorThomas Leonard <talex5@gmail.com>
Fri, 10 Aug 2012 18:25:23 +0000 (10 19:25 +0100)
committerThomas Leonard <talex5@gmail.com>
Fri, 10 Aug 2012 18:27:12 +0000 (10 19:27 +0100)
treea4dc0d85a9068e2267d5cd98d98c4af8615259e6
parent936b4eb9e5de7109f294b17f2d9c2c842535e40c
Fixed console download progress indicator on Python 3

The / operator now returns a float, which can't be used as a slice index.
zeroinstall/injector/handler.py