Use range instead of xrange
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 13 Jul 2012 13:20:09 +0000 (13:20 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 13 Jul 2012 13:20:09 +0000 (13:20 +0000)
* lib/mudpy/password.py: Python 3000 is deprecating xrange in favor of
an iterator-based range which will be effectively as efficient, so stop
using xrange in preparation for the transition.


No differences found