diff options
author | Stefano <l.stickell@yahoo.it> | 2014-04-18 17:07:06 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-18 17:07:06 +0200 |
commit | 71d58aa484ab332cad1eda29edf2df7bfc4e2e91 (patch) | |
tree | 021336201f835a5d5f1bda2aad976041c961363d /module/plugins/hooks/WindowsPhoneToastNotify.py | |
parent | Bayfiles: relogin requires user argument (diff) | |
download | pyload-71d58aa484ab332cad1eda29edf2df7bfc4e2e91.tar.xz |
Fixed PEP8 violations
Diffstat (limited to 'module/plugins/hooks/WindowsPhoneToastNotify.py')
-rw-r--r-- | module/plugins/hooks/WindowsPhoneToastNotify.py | 4 |
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" |