From 14d1dedcec0fe4a47b2ded3e127659d886002b3a Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sun, 20 Nov 2016 13:37:29 +0100 Subject: [PATCH] fix comment bug --- plugins/FFAgent/FFAgent.py | 2 +- plugins/Pushover/Pushover.py | 2 +- plugins/Sms77/Sms77.py | 2 +- plugins/yowsup/yowsup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/FFAgent/FFAgent.py b/plugins/FFAgent/FFAgent.py index 72078e1..8dcff85 100644 --- a/plugins/FFAgent/FFAgent.py +++ b/plugins/FFAgent/FFAgent.py @@ -15,7 +15,7 @@ import json, requests from includes import globalVars # Global variables -'from includes.helper import timeHandler +#from includes.helper import timeHandler from includes.helper import configHandler ## diff --git a/plugins/Pushover/Pushover.py b/plugins/Pushover/Pushover.py index 607b9c2..1f97c95 100644 --- a/plugins/Pushover/Pushover.py +++ b/plugins/Pushover/Pushover.py @@ -14,7 +14,7 @@ import httplib #for the HTTP request import urllib from includes import globalVars # Global variables -'from includes.helper import timeHandler +#from includes.helper import timeHandler from includes.helper import configHandler ## diff --git a/plugins/Sms77/Sms77.py b/plugins/Sms77/Sms77.py index 737c91e..61d9078 100644 --- a/plugins/Sms77/Sms77.py +++ b/plugins/Sms77/Sms77.py @@ -14,7 +14,7 @@ import httplib #for the HTTP request import urllib from includes import globalVars # Global variables -'from includes.helper import timeHandler +#from includes.helper import timeHandler from includes.helper import configHandler ## diff --git a/plugins/yowsup/yowsup.py b/plugins/yowsup/yowsup.py index 7cd49ba..8c81537 100644 --- a/plugins/yowsup/yowsup.py +++ b/plugins/yowsup/yowsup.py @@ -18,7 +18,7 @@ import os from includes import globalVars -'from includes.helper import timeHandler +#from includes.helper import timeHandler from includes.helper import wildcardHandler from includes.helper import configHandler