BOSWatch/includes/globalVars.py
Bastian Schroll f8fcda94b6 rename globals to globalVars
to prevent to redifine an builtin function
2016-10-03 11:56:27 +02:00

22 lines
273 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Global variables
@author: Jens Herrmann
@author: Bastian Schroll
"""
# version info
versionNr = "2.1-RC"
buildDate = "2016/10/02"
# Global variables
config = 0
script_path = ""
log_path = ""
# pluginLoader
pluginList = {}