fix container names in default config

This commit is contained in:
Martin Baeuml
2011-06-07 16:34:13 +02:00
parent 807123918b
commit dc74eef969
+2 -2
View File
@@ -21,8 +21,8 @@ INSERTERS = {
}
CONTAINERS = (
('*.json', 'sloth.annotations.container.JSONContainer'),
('*.yaml', 'sloth.annotations.container.YAMLContainer'),
('*.json', 'sloth.annotations.container.JsonContainer'),
('*.yaml', 'sloth.annotations.container.YamlContainer'),
('*.pickle', 'sloth.annotations.container.PickleContainer'),
)