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

Fix missing imports

parent b1ec912d
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
Regression tests for switch dpid assignment."""
import unittest
import sys
from functools import partial
import re
......@@ -13,7 +14,7 @@
from mininet.topo import Topo
from mininet.log import setLogLevel
from mininet.util import quietRun
from mininet.clean import cleanup
class testSwitchDpidAssignmentCommon ( object ):
"""Verify Switch dpid assignment."""
......
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