rename globals to globalVars

to prevent to redifine an builtin function
This commit is contained in:
Bastian Schroll 2016-10-03 11:56:27 +02:00
parent e8e870849d
commit f8fcda94b6
30 changed files with 115 additions and 115 deletions

View file

@ -14,7 +14,7 @@ import logging # Global logger
import httplib #for the HTTP request
from urlparse import urlparse #for split the URL into url and path
from includes import globals # Global variables
from includes import globalVars # Global variables
from includes.helper import wildcardHandler
from includes.helper import configHandler