diff -r 56b48961cc68 -r 0f1081928d65 util/ProcessLogger.py --- a/util/ProcessLogger.py Thu Sep 28 12:20:40 2017 +0300 +++ b/util/ProcessLogger.py Thu Sep 28 15:17:57 2017 +0300 @@ -25,10 +25,10 @@ import os import sys import time -import wx import subprocess import ctypes from threading import Timer, Lock, Thread, Semaphore +import wx if os.name == 'posix': from signal import SIGTERM, SIGKILL