From a95915c6c7d6a4e29c1e5547580e0c1fed2467e1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 17 Sep 2012 08:14:21 -0400 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'libbe/storage/__init__.py') 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 -- cgit