X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fipfix.py;h=bac6dfd4c2a6b9623be245988a9bc34fc47a7600;hb=refs%2Fchanges%2F85%2F30285%2F6;hp=5b32a85a2e7ec3c7a4dd628e89cc9d8dd1f8122b;hpb=d6f221789d58374db4ea5368dde5e83f72e842c0;p=vpp.git diff --git a/test/ipfix.py b/test/ipfix.py index 5b32a85a2e7..bac6dfd4c2a 100644 --- a/test/ipfix.py +++ b/test/ipfix.py @@ -501,7 +501,7 @@ bind_layers(IPFIX, Set) bind_layers(UDP, IPFIX, dport=4739) -class IPFIXDecoder(object): +class IPFIXDecoder: """ IPFIX data set decoder """ def __init__(self):