X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/46f3ffd7fdde386f41020171b5733e55a8e64a85..a0e0b03bbb1af2496841ffe824b36c5c59fed759:/src/minwii/log.py diff --git a/src/minwii/log.py b/src/minwii/log.py index abbb858..9e40e01 100755 --- a/src/minwii/log.py +++ b/src/minwii/log.py @@ -13,6 +13,7 @@ import pygame import logging import os import datetime +from config import LOGS_DIR as logsdir LOG_FORMAT_VERSION='1.0' hiddenEvents = {pygame.MOUSEMOTION:True, @@ -21,7 +22,6 @@ hiddenEvents = {pygame.MOUSEMOTION:True, #COLOVER:True, } -logsdir = os.path.join(os.path.expanduser('~'), 'minwii_logs') if not os.path.exists(logsdir) : os.mkdir(logsdir)