diff options
Diffstat (limited to 'test/vpp_udp_encap.py')
-rw-r--r-- | test/vpp_udp_encap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpp_udp_encap.py b/test/vpp_udp_encap.py index 5e2df7646a6..7534912bef9 100644 --- a/test/vpp_udp_encap.py +++ b/test/vpp_udp_encap.py @@ -3,7 +3,7 @@ UDP encap objects """ -from vpp_object import * +from vpp_object import VppObject from socket import inet_pton, inet_ntop, AF_INET, AF_INET6 |