Import a correct configparser for the interpreter
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Aug 2013 06:45:32 +0000 (06:45 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Aug 2013 06:45:32 +0000 (06:45 +0000)
commit90a156af837f751b458ad68553b52b25f0b6eb1c
tree0a375ccc2ad7b56585731be93fe342a0ca28e09b
parent9a847f750030e34944db934d746cd2f02d2d98b4
Import a correct configparser for the interpreter

* lib/mudpy/data.py: Now import configparser and fall back to
ConfigParser if it's not found, for Py3K compatibility.
lib/mudpy/data.py