BOSWatch/includes/globalVars.py
Bastian Schroll dbaedf83b5 v2.4 prepare
2018-08-16 20:17:33 +02:00

24 lines
289 B
Python

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