Remove pyro import
This commit is contained in:
parent
4cedf1846d
commit
e2434dd010
|
@ -4,9 +4,7 @@ from OBSController import OBSController
|
||||||
from obswebsocket import events
|
from obswebsocket import events
|
||||||
import os
|
import os
|
||||||
import threading
|
import threading
|
||||||
import Pyro5.api
|
|
||||||
|
|
||||||
@Pyro5.api.expose
|
|
||||||
class Backend(BackendBase):
|
class Backend(BackendBase):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
Loading…
Reference in New Issue