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)
commit67faabf76655719a9e4d6a15560afb590dd21f8b
tree53a7f68050c0fcdf1df3a64a1595ca55579e1337
parent5d82728fdeedccb3f6e7d9632275723bc7d46b2d
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