summaryrefslogtreecommitdiffstats
path: root/test/ipfix.py
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2020-12-04 14:57:51 -0500
committerOle Tr�an <otroan@employees.org>2020-12-07 08:17:10 +0000
commite061dad55e75ea5d5db20ceda28f557971dd9483 (patch)
tree178f317491a8c8b6f525a0d865cf45625fa36274 /test/ipfix.py
parentd6f221789d58374db4ea5368dde5e83f72e842c0 (diff)
tests: py2 cleanup - remove subclassing of object
Type: refactor Change-Id: I9096e3b473110350e1e8e5936e3c4c164f8969a7 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/ipfix.py')
-rw-r--r--test/ipfix.py2
1 files changed, 1 insertions, 1 deletions
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):