Replace xrange() usage with normal iteration and enumerate() where
authorZac Medico <zmedico@gentoo.org>
Sun, 22 Mar 2009 23:21:38 +0000 (23:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 22 Mar 2009 23:21:38 +0000 (23:21 -0000)
commit174ba0588a86ef04e470a5e5c10cd948f4610082
treee5703e0ff2768555a672b72aa0814ddeec26b8c7
parenta701b884a9ec299351d431cbfaa68b858d9158d0
Replace xrange() usage with normal iteration and enumerate() where
appropriate. Thanks to Douglass Anderson <dja@gendja.com> for the
initial patch.

svn path=/main/trunk/; revision=13145
pym/portage/__init__.py