fix comment bug

This commit is contained in:
Bastian Schroll 2016-11-20 13:37:29 +01:00
parent d0c5bed6eb
commit 14d1dedcec
4 changed files with 4 additions and 4 deletions

View file

@ -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
##

View file

@ -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
##

View file

@ -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
##

View file

@ -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