Quelques adaptations pour que ça compile avec Py2Exe.
[minwii.git] / src / minwii / logapp.py
index edc86e6..176d179 100755 (executable)
@@ -13,7 +13,7 @@ import os
 from os.path import join as pjoin
 from os.path import basename
 from os.path import getsize
-from loganalyse import LogFileAnalyser
+from minwii.loganalyse import LogFileAnalyser
 from pprint import pprint
 
 class Application(Frame) :