BOSWatch/includes/globalVars.py
Bastian Schroll e3fcd9033d edit vers nr
2017-03-30 21:37:22 +02:00

22 lines
275 B
Python

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