util/ProcessLogger.py
changeset 1832 0f1081928d65
parent 1831 56b48961cc68
child 1850 614396cbffbf
--- 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