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