diff options
Diffstat (limited to 'test/vpp_neighbor.py')
-rw-r--r-- | test/vpp_neighbor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpp_neighbor.py b/test/vpp_neighbor.py index d7940266605..60fe28f76e4 100644 --- a/test/vpp_neighbor.py +++ b/test/vpp_neighbor.py @@ -6,7 +6,7 @@ from ipaddress import ip_address from vpp_object import VppObject -from vpp_papi import mac_pton, VppEnum +from vpp_papi import VppEnum try: text_type = unicode |