aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/__init__.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-17 08:14:21 -0400
committerW. Trevor King <wking@tremily.us>2012-09-17 09:00:09 -0400
commita95915c6c7d6a4e29c1e5547580e0c1fed2467e1 (patch)
tree2e6c3d6cd0ea19409d4170a50ce0431031fc14ec /libbe/storage/__init__.py
parent503951e7f60f24bd30f97f3c7f1b366c6fb30250 (diff)
downloadbugseverywhere-a95915c6c7d6a4e29c1e5547580e0c1fed2467e1.tar.gz
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.
Diffstat (limited to 'libbe/storage/__init__.py')
-rw-r--r--libbe/storage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py
index c97d084..6189008 100644
--- a/libbe/storage/__init__.py
+++ b/libbe/storage/__init__.py
@@ -47,6 +47,7 @@ STORAGE_VERSIONS = ['Bugs Everywhere Tree 1 0',
'Bugs Everywhere Directory v1.2',
'Bugs Everywhere Directory v1.3',
'Bugs Everywhere Directory v1.4',
+ 'Bugs Everywhere Directory v1.5',
]
# the current version