summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/WindowsPhoneToastNotify.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 17:07:06 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 17:07:06 +0200
commit71d58aa484ab332cad1eda29edf2df7bfc4e2e91 (patch)
tree021336201f835a5d5f1bda2aad976041c961363d /module/plugins/hooks/WindowsPhoneToastNotify.py
parentBayfiles: relogin requires user argument (diff)
downloadpyload-71d58aa484ab332cad1eda29edf2df7bfc4e2e91.tar.xz
Fixed PEP8 violations
Diffstat (limited to 'module/plugins/hooks/WindowsPhoneToastNotify.py')
-rw-r--r--module/plugins/hooks/WindowsPhoneToastNotify.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/hooks/WindowsPhoneToastNotify.py b/module/plugins/hooks/WindowsPhoneToastNotify.py
index 538ded715..7c005fcbb 100644
--- a/module/plugins/hooks/WindowsPhoneToastNotify.py
+++ b/module/plugins/hooks/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"