This commit is contained in:
Bee 2017-10-29 19:04:20 +01:00 committed by GitHub
parent 4244920435
commit 6e8bf2b616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -33,13 +33,13 @@ import asyncore
import sys, os
import e4u
import Queue
import threadutils
import transWhat.threadutils
sys.path.insert(0, os.getcwd())
from Spectrum2.iochannel import IOChannel
from Spectrum2.config import SpectrumConfig
from whatsappbackend import WhatsAppBackend
from transWhat.whatsappbackend import WhatsAppBackend
from yowsup.common import YowConstants
from yowsup.stacks import YowStack
@ -116,7 +116,7 @@ while True:
break
while True:
try:
callback = threadutils.eventQueue.get_nowait()
callback = transWhat.threadutils.eventQueue.get_nowait()
except Queue.Empty:
break
else: