storage:util:mapfile: convert YAML settings to JSON.
authorW. Trevor King <wking@tremily.us>
Mon, 17 Sep 2012 12:14:21 +0000 (08:14 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 17 Sep 2012 13:00:09 +0000 (09:00 -0400)
commita95915c6c7d6a4e29c1e5547580e0c1fed2467e1
tree2e6c3d6cd0ea19409d4170a50ce0431031fc14ec
parent503951e7f60f24bd30f97f3c7f1b366c6fb30250
storage:util:mapfile: convert YAML settings to JSON.

This is faster and still readable.  I also add an upgrader to convert
bug directories from:
  Bugs Everywhere Directory v1.4
to:
  Bugs Everywhere Directory v1.5
but I haven't upgraded the local bugdir yet.
libbe/storage/__init__.py
libbe/storage/util/mapfile.py
libbe/storage/util/upgrade.py