add json and yaml containers to default config

This commit is contained in:
Martin Baeuml
2011-05-25 00:20:14 +02:00
parent 150f059522
commit ae1fbecc66
+2
View File
@@ -15,6 +15,8 @@ INSERTERS = {
}
CONTAINERS = (
('*.json': 'sloth.annotations.container.JSONContainer'),
('*.yaml': 'sloth.annotations.container.YAMLContainer'),
)
PLUGINS = (