BOSWatch/includes/globalVars.py
2017-09-19 17:59:31 +02:00

23 lines
278 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Global variables
@author: Jens Herrmann
@author: Bastian Schroll
"""
# version info
versionNr = "2.2.1-beta"
buildDate = "2017/09/19"
# Global variables
config = 0
script_path = ""
log_path = ""
# pluginLoader
pluginList = {}