fixed imports in swarm
This commit is contained in:
parent
65fe2e400e
commit
35ce827ebe
|
@ -1,6 +1,6 @@
|
||||||
from .network_interface import INetwork
|
from .network_interface import INetwork
|
||||||
from ..connection.muxed_connection import MuxedConnection
|
from muxer.mplex.muxed_connection import MuxedConn
|
||||||
from ..connection.raw_connection import RawConnection
|
from transport.connection.raw_connection import RawConnection
|
||||||
|
|
||||||
class Swarm(INetwork):
|
class Swarm(INetwork):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user