Mercurial > libervia-backend
changeset 2303:37887b5acb25
plugin events: changed import names to EVENTS uppercase for consistency with other plugins
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jul 2017 14:50:45 +0200 |
parents | f824b6026b73 |
children | 666ad9de044c |
files | src/plugins/plugin_exp_events.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/plugins/plugin_exp_events.py Wed Jul 05 14:50:39 2017 +0200 +++ b/src/plugins/plugin_exp_events.py Wed Jul 05 14:50:45 2017 +0200 @@ -32,7 +32,7 @@ PLUGIN_INFO = { C.PI_NAME: "Event plugin", - C.PI_IMPORT_NAME: "events", + C.PI_IMPORT_NAME: "EVENTS", C.PI_TYPE: "EXP", C.PI_PROTOCOLS: [], C.PI_DEPENDENCIES: ["XEP-0060"],