BOSWatch/includes/globals.py
JHCD 02efb9552a reduce entries in globals.py
only entries for use in more than one .py-file have to stay here...
2015-07-31 19:50:27 +02:00

21 lines
273 B
Python

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