Update WsPrivate.py
This commit is contained in:
parent
7122e14ef7
commit
48373d9fdb
|
|
@ -2,8 +2,8 @@ import time
|
||||||
|
|
||||||
from twisted.internet import reactor
|
from twisted.internet import reactor
|
||||||
|
|
||||||
import WsUtils
|
from . import WsUtils
|
||||||
from WsConnectManager import WsConnectManager
|
from .WsConnectManager import WsConnectManager
|
||||||
|
|
||||||
|
|
||||||
class WsPrivate(WsConnectManager):
|
class WsPrivate(WsConnectManager):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue