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