edit some files

This commit is contained in:
Bastian Schroll 2018-01-08 23:42:26 +01:00
parent 2d279f6e71
commit 1ba76cc66b
4 changed files with 15 additions and 16 deletions

View file

@ -23,6 +23,7 @@ logging.debug("- %s loaded", __name__)
ROOT_PATH = os.path.dirname(sys.modules['boswatch'].__file__).replace("\\boswatch", "").replace("\\", "/")
LOG_PATH = ROOT_PATH + "/log/"
CONFIG_PATH = ROOT_PATH + "/config/"
PLUGIN_PATH = ROOT_PATH + "/plugins/"
CSV_PATH = ROOT_PATH + "/csv/"
BIN_PATH = ROOT_PATH + "/_bin/"
TEST_PATH = ROOT_PATH + "/test/"