Replace xrange() usage with normal iteration and enumerate() where
authorZac Medico <zmedico@gentoo.org>
Mon, 23 Mar 2009 02:21:05 +0000 (02:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 23 Mar 2009 02:21:05 +0000 (02:21 -0000)
commit84212f12f2cb31b3fd3d735716306b61d896c685
tree221366b0e612a3f358a3544be620fb5a7077c20e
parent62cbda66a40db1282cd9d8acae201b31c2ed1dfb
Replace xrange() usage with normal iteration and enumerate() where
appropriate. Thanks to Douglass Anderson <dja@gendja.com> for the
initial patch. (trunk r13145)

svn path=/main/branches/2.1.6/; revision=13162
pym/portage/__init__.py