From 6e8bf2b61662b12b382f5d2175c658fcdce91f32 Mon Sep 17 00:00:00 2001 From: Bee Date: Sun, 29 Oct 2017 19:04:20 +0100 Subject: [PATCH] fixes #84 --- transWhat/transwhat.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transWhat/transwhat.py b/transWhat/transwhat.py index 23cc68c..3967de2 100755 --- a/transWhat/transwhat.py +++ b/transWhat/transwhat.py @@ -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: