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:
parent
d6c0023796
commit
64c1b01580
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue