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 = (