BOSWatch/includes/globalVars.py

23 lines
290 B
Python
Raw Normal View History

#!/usr/bin/python
# -*- coding: utf-8 -*-
2015-05-27 07:48:24 +02:00
"""
Global variables
2015-05-31 12:40:43 +02:00
@author: Jens Herrmann
2015-05-27 07:48:24 +02:00
@author: Bastian Schroll
"""
2015-07-28 19:44:14 +02:00
# version info
2019-03-11 12:43:46 +01:00
versionNr = "2.4.2"
2018-08-16 20:17:33 +02:00
branch = "master"
2019-03-11 12:43:46 +01:00
buildDate = "11.03.2019"
2015-07-28 19:44:14 +02:00
2015-06-14 20:21:21 +02:00
# Global variables
config = 0
script_path = ""
log_path = ""
2015-06-14 20:21:21 +02:00
# pluginLoader
2015-12-25 23:13:12 +01:00
pluginList = {}