from Tkinter import *
import tkFileDialog
from glob import glob
+import os
from os.path import join as pjoin
from os.path import basename
from os.path import getsize
while self.logFiles :
f = self.logFiles.pop()
if not getsize(f) :
+ os.remove(f)
continue
# TODO : vérifier qu'il existe des événements
else :