summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addons/WindowsPhoneToastNotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addons/WindowsPhoneToastNotify.py')
-rw-r--r--pyload/plugins/addons/WindowsPhoneToastNotify.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyload/plugins/addons/WindowsPhoneToastNotify.py b/pyload/plugins/addons/WindowsPhoneToastNotify.py
index 538ded715..7c005fcbb 100644
--- a/pyload/plugins/addons/WindowsPhoneToastNotify.py
+++ b/pyload/plugins/addons/WindowsPhoneToastNotify.py
@@ -16,9 +16,11 @@
@author: RaNaN, Godofdream, zoidberg
"""
-import time, httplib
+import time
+import httplib
from module.plugins.Hook import Hook
+
class WindowsPhoneToastNotify(Hook):
__name__ = "WindowsPhoneToastNotify"
__version__ = "0.02"