BOSWatch/includes/globalVars.py
2017-09-30 16:05:23 +02:00

23 lines
273 B
Python

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