# HG changeset patch # User Goffi # Date 1499259045 -7200 # Node ID 37887b5acb2503c2dec1a1298d6806f93c65fba3 # Parent f824b6026b73ec4920eefe9974bde0085ba630c3 plugin events: changed import names to EVENTS uppercase for consistency with other plugins diff -r f824b6026b73 -r 37887b5acb25 src/plugins/plugin_exp_events.py --- 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"],