diff options
Diffstat (limited to 'test/vpp_l2.py')
-rw-r--r-- | test/vpp_l2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpp_l2.py b/test/vpp_l2.py index 182f2ce7419..67fb996848b 100644 --- a/test/vpp_l2.py +++ b/test/vpp_l2.py @@ -3,7 +3,7 @@ """ -from vpp_object import * +from vpp_object import VppObject from vpp_ip import VppIpAddress from vpp_lo_interface import VppLoInterface from vpp_papi import MACAddress |