Merge pull request #38 from zixuanzh/fix-imports

Fix imports
This commit is contained in:
ZX 2018-11-11 12:32:45 -05:00 committed by GitHub
commit 2639777d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from .network_interface import INetwork
from ..connection.muxed_connection import MuxedConnection
from ..connection.raw_connection import RawConnection
from muxer.mplex.muxed_connection import MuxedConn
from transport.connection.raw_connection import RawConnection
class Swarm(INetwork):