From 92e9ca5cd4bcecbe1ca914c5ead3d2e663c8156d Mon Sep 17 00:00:00 2001 From: Alan Reiner Date: Mon, 30 Jan 2012 21:20:57 -0800 Subject: [PATCH] Further fix to shutdown issue --- qt4reactor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt4reactor.py b/qt4reactor.py index a12c36e21..904f2ef8d 100644 --- a/qt4reactor.py +++ b/qt4reactor.py @@ -350,8 +350,8 @@ def win32install(): if runtime.platform.getType() == 'win32': - from win32event import CreateEvent, MsgWaitForMultipleObjects - from win32event import WAIT_OBJECT_0, WAIT_TIMEOUT, QS_ALLINPUT, QS_ALLEVENTS + #from win32event import CreateEvent, MsgWaitForMultipleObjects + #from win32event import WAIT_OBJECT_0, WAIT_TIMEOUT, QS_ALLINPUT, QS_ALLEVENTS install = win32install else: install = posixinstall