Merge "Fix syntax of relative imports for Python3"
This commit is contained in:
commit
351118f577
@ -27,6 +27,6 @@ __all__ = [
|
||||
'get_rpc_server',
|
||||
]
|
||||
|
||||
from client import *
|
||||
from dispatcher import *
|
||||
from server import *
|
||||
from .client import *
|
||||
from .dispatcher import *
|
||||
from .server import *
|
||||
|
Loading…
Reference in New Issue
Block a user