aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/extras/nat_out2in_10ks.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/nat/extras/nat_out2in_10ks.py')
-rw-r--r--src/plugins/nat/extras/nat_out2in_10ks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nat/extras/nat_out2in_10ks.py b/src/plugins/nat/extras/nat_out2in_10ks.py
index 661381e8ec7..e961504fcf9 100644
--- a/src/plugins/nat/extras/nat_out2in_10ks.py
+++ b/src/plugins/nat/extras/nat_out2in_10ks.py
@@ -1,6 +1,6 @@
from trex_stl_lib.api import *
-class STLS1(object):
+class STLS1:
def create_stream (self):
base_pkt = Ether()/IP(src="2.2.0.1")/UDP(sport=12)