From af5c533cbd7a6cc58c9401441ff7f48c811391a7 Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Tue, 7 Jun 2011 16:58:31 +0200 Subject: [PATCH] Map *.sloth-init to FileNameListContainer --- sloth/conf/default_config.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sloth/conf/default_config.py b/sloth/conf/default_config.py index 4b891fe..2ee4ad2 100644 --- a/sloth/conf/default_config.py +++ b/sloth/conf/default_config.py @@ -21,9 +21,10 @@ INSERTERS = { } CONTAINERS = ( - ('*.json', 'sloth.annotations.container.JsonContainer'), - ('*.yaml', 'sloth.annotations.container.YamlContainer'), - ('*.pickle', 'sloth.annotations.container.PickleContainer'), + ('*.json', 'sloth.annotations.container.JsonContainer'), + ('*.yaml', 'sloth.annotations.container.YamlContainer'), + ('*.pickle', 'sloth.annotations.container.PickleContainer'), + ('*.sloth-init', 'sloth.annotations.container.FileNameListContainer'), ) PLUGINS = (