BOSWatch/includes/globalVars.py
2016-11-20 13:36:09 +01:00

22 lines
270 B
Python

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