BOSWatch/includes/globals.py
2015-12-25 23:13:12 +01:00

22 lines
274 B
Python

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