Map *.sloth-init to FileNameListContainer

This commit is contained in:
Mika Fischer
2011-06-07 16:58:31 +02:00
parent d5f629d806
commit af5c533cbd
+4 -3
View File
@@ -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 = (