BOSWatch/includes/globals.py
Bastian Schroll ff91d4b086 prepare for RC
edit date and version number for RC
2016-10-02 12:03:11 +02:00

22 lines
273 B
Python

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