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)
* 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.


No differences found