BOSWatch/includes/globals.py
2015-07-29 18:43:25 +02:00

32 lines
422 B
Python

#!/usr/bin/python
# -*- coding: UTF-8 -*-
"""
Global variables
@author: Jens Herrmann
@author: Bastian Schroll
"""
# version info
versionNr = "2.1-dev"
buildDate = "2015/07/29"
# Global variables
config = 0
script_path = ""
log_path = ""
# double alarm
doubleList = []
# pluginLoader
pluginList = {}
# filter
filterList = []
# idDescribing
fmsDescribtionList = {}
zveiDescribtionList = {}
ricDescribtionList = {}