From cbe20c75871f2891b48e61e1a0d80153ba71cfb4 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 8 Mar 2012 00:05:25 -0800 Subject: [PATCH] Remove unused imports. --- mininet/topo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/topo.py b/mininet/topo.py index 404833a..55eab60 100644 --- a/mininet/topo.py +++ b/mininet/topo.py @@ -16,7 +16,7 @@ setup for testing, and can even be emulated with the Mininet package. # from networkx.classes.graph import Graph from networkx import Graph -from mininet.node import SWITCH_PORT_BASE, Host, OVSSwitch +from mininet.node import SWITCH_PORT_BASE class NodeID(object):