Mercurial > libervia-backend
diff src/plugins/plugin_exp_events.py @ 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 | 78048f002a3c |
children | 72cbb6478f97 |
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"],