wxPopen.py
changeset 224 aae70ef5af6d
parent 217 f3eb35df4d87
child 232 83cc1a306560
--- a/wxPopen.py	Tue Aug 26 13:47:21 2008 +0200
+++ b/wxPopen.py	Tue Aug 26 15:31:09 2008 +0200
@@ -28,7 +28,7 @@
 import subprocess, ctypes
 import threading
 import os
-from signal import SIGTERM, SIGKILL
+from signal import SIGTERM
 
     
 class outputThread(threading.Thread):