BOSWatch/includes/globalVars.py
2019-03-11 12:43:46 +01:00

23 lines
290 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Global variables
@author: Jens Herrmann
@author: Bastian Schroll
"""
# version info
versionNr = "2.4.2"
branch = "master"
buildDate = "11.03.2019"
# Global variables
config = 0
script_path = ""
log_path = ""
# pluginLoader
pluginList = {}