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

22 lines
274 B
Python

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