Use new 0o notation for octal constants
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 25 Feb 2013 01:09:54 +0000 (01:09 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 25 Feb 2013 01:09:54 +0000 (01:09 +0000)
commit483c9442ef5a333d0875dd5cfb42754766b58a26
tree7d7f7ff1fe14560a411f8c67d1153fcda54955c5
parenta41f8373eadc72be7342591cad5e7f50701bbb13
Use new 0o notation for octal constants

* lib/mudpy/data.py: For Py3K compatibility, only refer to literal octal
constants using the 0o prefix.
lib/mudpy/data.py