mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
[plugins] meta --> collector
This commit is contained in:
parent
0e5748a8e6
commit
65914e2073
5 changed files with 14 additions and 12 deletions
|
@ -462,7 +462,7 @@ def load_template(context, filename):
|
|||
full_path = os.path.join("features/data/templates", filename)
|
||||
|
||||
exporter = plugins.template_exporter.__exporter_from_file(full_path)
|
||||
plugins.meta.__exporter_types[exporter.names[0]] = exporter
|
||||
plugins.collector.__exporter_types[exporter.names[0]] = exporter
|
||||
|
||||
|
||||
@when('we set the keyring password of "{journal}" to "{password}"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue