summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addon/WindowsPhoneToastNotify.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:20:20 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:20:20 +0200
commitf6e5359110f4bd5facc04a98f94acbc41b6e5228 (patch)
tree1f625724951c1b3a848f96c65708f437807f7190 /pyload/plugins/addon/WindowsPhoneToastNotify.py
parent[UpdateManager] Support new plugins structure (diff)
downloadpyload-f6e5359110f4bd5facc04a98f94acbc41b6e5228.tar.xz
Update pyload to the new plugins structure
Diffstat (limited to 'pyload/plugins/addon/WindowsPhoneToastNotify.py')
-rw-r--r--pyload/plugins/addon/WindowsPhoneToastNotify.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyload/plugins/addon/WindowsPhoneToastNotify.py b/pyload/plugins/addon/WindowsPhoneToastNotify.py
index 968b3ffa5..a35e28e3b 100644
--- a/pyload/plugins/addon/WindowsPhoneToastNotify.py
+++ b/pyload/plugins/addon/WindowsPhoneToastNotify.py
@@ -3,12 +3,12 @@
import httplib
import time
-from pyload.plugins.base.Hook import Hook
+from pyload.plugins.base.Addon import Addon
-class WindowsPhoneToastNotify(Hook):
+class WindowsPhoneToastNotify(Addon):
__name__ = "WindowsPhoneToastNotify"
- __type__ = "hook"
+ __type__ = "addon"
__version__ = "0.02"
__config__ = [("activated", "bool", "Activated", False),