Skip to content

Commit

Permalink
Further fix to shutdown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
etotheipi committed Jan 31, 2012
1 parent fa90b2d commit 92e9ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt4reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92e9ca5

Please sign in to comment.