fix default_config CONTAINERS

This commit is contained in:
Martin Baeuml
2011-05-25 00:46:44 +02:00
parent 41905fc945
commit d279637767
+2 -2
View File
@@ -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 = (