X-Git-Url: https://svn.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/46f3ffd7fdde386f41020171b5733e55a8e64a85..a07152998dd50dab4e31a809158b3f5b430ac094:/src/minwii/log.py?ds=sidebyside

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)