BOSWatch/includes/globalVars.py
2020-08-03 14:26:04 +02:00

24 lines
288 B
Python

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