From ae1fbecc661ad5dc1f34e1522932761d219e1beb Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 25 May 2011 00:20:14 +0200 Subject: [PATCH] add json and yaml containers to default config --- sloth/conf/default_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sloth/conf/default_config.py b/sloth/conf/default_config.py index c90e284..83ce800 100644 --- a/sloth/conf/default_config.py +++ b/sloth/conf/default_config.py @@ -15,6 +15,8 @@ INSERTERS = { } CONTAINERS = ( + ('*.json': 'sloth.annotations.container.JSONContainer'), + ('*.yaml': 'sloth.annotations.container.YAMLContainer'), ) PLUGINS = (