BOSWatch/includes/globalVars.py
2019-09-22 09:43:37 +02:00

23 lines
287 B
Python

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