util/ProcessLogger.py
changeset 1850 614396cbffbf
parent 1832 0f1081928d65
child 1878 fb73a6b6622d
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import os
    25 import os
    26 import sys
    26 import sys
    27 import time
       
    28 import subprocess
    27 import subprocess
    29 import ctypes
    28 import ctypes
    30 from threading import Timer, Lock, Thread, Semaphore
    29 from threading import Timer, Lock, Thread, Semaphore
    31 import wx
    30 import wx
    32 if os.name == 'posix':
    31 if os.name == 'posix':