diff options
Diffstat (limited to 'test/vpp_srv6.py')
-rw-r--r-- | test/vpp_srv6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpp_srv6.py b/test/vpp_srv6.py index 7701cf35bc3..b84eea37bea 100644 --- a/test/vpp_srv6.py +++ b/test/vpp_srv6.py @@ -4,7 +4,7 @@ object abstractions for representing SRv6 localSIDs in VPP """ -from vpp_object import * +from vpp_object import VppObject from socket import inet_pton, inet_ntop, AF_INET, AF_INET6 |