Support data directory indices in YAML
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 17 Jun 2014 05:36:27 +0000 (05:36 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 17 Jun 2014 05:36:27 +0000 (05:36 +0000)
commit268ab8315ff11053381b9185279c3eede258719c
tree699a14ee1d69ccf9813e46e1cac51090700e7910
parent0374253fb51568fd6406eabf1bf72425818d6c34
Support data directory indices in YAML

* lib/mudpy/data.py(DataFile.load_yaml,DataFile.load_mpy): Add routines
to look for a YAML file index as well as the old INI-based format. For
YAML files, don't bother recasting entries to lists or dicts since they
should already be returned as the desired type.
lib/mudpy/data.py