Remove unused imports.

This commit is contained in:
Bob Lantz
2012-03-08 00:05:25 -08:00
parent edf46e9570
commit cbe20c7587
+1 -1
View File
@@ -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):