mirror of
https://github.com/wassname/sloth.git
synced 2026-07-14 11:18:22 +08:00
Map *.sloth-init to FileNameListContainer
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user