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)
commit4eb697b7def1424d43ea6b22461afed70dfe661b
tree4dd92b08e8ff1f4ac4e9443db3ecc3c8071243c6
parenta9b9405dd3f37bea336b297d9cef848868591557
Use range instead of xrange

* 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.
lib/mudpy/password.py