diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:07:42 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:07:42 +0100 |
commit | 25f6be5c9259d17ee0a3de5eb056b07f505a5f7d (patch) | |
tree | 8f7d1982620452aa65c26b381a5682a509044422 /pyload/plugins/Addon.py | |
parent | Rename some Addon methods (diff) | |
download | pyload-25f6be5c9259d17ee0a3de5eb056b07f505a5f7d.tar.xz |
Rename some events + engage renamed addon methods
Diffstat (limited to 'pyload/plugins/Addon.py')
-rw-r--r-- | pyload/plugins/Addon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/Addon.py b/pyload/plugins/Addon.py index 43743848a..1c3049c10 100644 --- a/pyload/plugins/Addon.py +++ b/pyload/plugins/Addon.py @@ -41,7 +41,7 @@ class Addon(Base): #: automatically register event listeners for functions, attribute will be deleted dont use it yourself event_map = {} - # Alternative to event_map + # Deprecated alternative to event_map #: List of events the plugin can handle, name the functions exactly like eventname. event_list = [] #@NOTE: dont make duplicate entries in event_map |