Remove relative import
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
"clusterdemo.py: demo of Mininet Cluster Edition prototype"
|
"clusterdemo.py: demo of Mininet Cluster Edition prototype"
|
||||||
|
|
||||||
from mininet.examples.cluster import MininetCluster, SwitchBinPlacer
|
from mininet.examples.cluster import ( MininetCluster, SwitchBinPlacer,
|
||||||
from cluster import RemoteLink
|
RemoteLink )
|
||||||
# Could also use: RemoteSSHLink, RemoteGRELink
|
# ^ Could also use: RemoteSSHLink, RemoteGRELink
|
||||||
from mininet.topolib import TreeTopo
|
from mininet.topolib import TreeTopo
|
||||||
from mininet.log import setLogLevel
|
from mininet.log import setLogLevel
|
||||||
from mininet.examples.clustercli import ClusterCLI as CLI
|
from mininet.examples.clustercli import ClusterCLI as CLI
|
||||||
|
|||||||
Reference in New Issue
Block a user