Use int type instead of long
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 12 Dec 2012 20:58:27 +0000 (20:58 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 12 Dec 2012 20:58:27 +0000 (20:58 +0000)
commit1ea09b81fed5028954588048880577220964d3a3
tree2061f5b258a2ab6dcb03447d18633acaa8326931
parent13fd13955040ec2219bb1ec6d43dce6f6e6e55d2
Use int type instead of long

* lib/mudpy/misc.py: Use int type instead of long, since Py3K will no
longer have a different representation for the latter.
lib/mudpy/misc.py