X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/2e836fce8a862f12ed2eebb53a5c3b4a24e5bf0f..9ee138507f97c1dddedc10cb0d471bc201693e77:/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)