From 64c1b0158071b092aa497d7e5e32b297f5493530 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 28 Apr 2017 14:03:01 +0300 Subject: [PATCH] Ran 2to3 on pysollib/[a-p]*.py --- pysollib/pysolaudio.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pysollib/pysolaudio.py b/pysollib/pysolaudio.py index 947fde16..675734c4 100644 --- a/pysollib/pysolaudio.py +++ b/pysollib/pysolaudio.py @@ -26,11 +26,7 @@ import os import traceback -try: - import thread - from threading import Thread -except ImportError: - thread = None +from threading import Thread try: import pysolsoundserver