From 71d58aa484ab332cad1eda29edf2df7bfc4e2e91 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 18 Apr 2014 17:07:06 +0200 Subject: Fixed PEP8 violations --- module/plugins/hooks/WindowsPhoneToastNotify.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/hooks/WindowsPhoneToastNotify.py') 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" -- cgit v1.2.3