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)
commit3bb52cb5100b52500ca7368b979d501bdb83fd32
tree0f8a354ee3ba5047c30c524e5cf605f7922c4172
parentd1bb931c57c032deaf555bbf0df85cfe4a787c70
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