1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Ran 2to3 on pysollib/[a-p]*.py

This commit is contained in:
Shlomi Fish 2017-04-28 14:03:01 +03:00
parent d6c0023796
commit 64c1b01580

View file

@ -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