diff -r 6ebd9c40b2be -r 94ffe74e6895 util/ProcessLogger.py --- a/util/ProcessLogger.py Mon Aug 14 21:09:48 2017 +0300 +++ b/util/ProcessLogger.py Mon Aug 14 21:20:32 2017 +0300 @@ -22,11 +22,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +import os +import sys import time import wx -import subprocess, ctypes +import subprocess +import ctypes from threading import Timer, Lock, Thread, Semaphore -import os, sys if os.name == 'posix': from signal import SIGTERM, SIGKILL