From d27963776703258f8a2d3cc2a55609a10f3a33c1 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 25 May 2011 00:46:44 +0200 Subject: [PATCH] fix default_config CONTAINERS --- sloth/conf/default_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sloth/conf/default_config.py b/sloth/conf/default_config.py index 83ce800..3c0416f 100644 --- a/sloth/conf/default_config.py +++ b/sloth/conf/default_config.py @@ -15,8 +15,8 @@ INSERTERS = { } CONTAINERS = ( - ('*.json': 'sloth.annotations.container.JSONContainer'), - ('*.yaml': 'sloth.annotations.container.YAMLContainer'), + ('*.json', 'sloth.annotations.container.JSONContainer'), + ('*.yaml', 'sloth.annotations.container.YAMLContainer'), ) PLUGINS = (