From: Jeremy Stanley Date: Tue, 17 Jun 2014 05:36:27 +0000 (+0000) Subject: Support data directory indices in YAML X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=268ab8315ff11053381b9185279c3eede258719c;hp=268ab8315ff11053381b9185279c3eede258719c;p=mudpy.git 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. ---