BOSWatch/includes/globalVars.py
2017-09-19 17:56:44 +02:00

22 lines
272 B
Python

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