diff options
Diffstat (limited to 'test/vpp_l2.py')
-rw-r--r-- | test/vpp_l2.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/vpp_l2.py b/test/vpp_l2.py index a6b43efe14c..e2f3760f1d1 100644 --- a/test/vpp_l2.py +++ b/test/vpp_l2.py @@ -4,9 +4,8 @@ """ from vpp_object import * -from util import mactobinary from vpp_ip import VppIpAddress -from vpp_mac import VppMacAddress +from vpp_mac import VppMacAddress, mactobinary from vpp_lo_interface import VppLoInterface |