Skip to content
Snippets Groups Projects
Commit cde0c25b authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix for new networkx.

parent 73a098a4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,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
class NodeID(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment