mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-22 03:04:09 -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 os
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
try:
|
from threading import Thread
|
||||||
import thread
|
|
||||||
from threading import Thread
|
|
||||||
except ImportError:
|
|
||||||
thread = None
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import pysolsoundserver
|
import pysolsoundserver
|
||||||
|
|
Loading…
Add table
Reference in a new issue