summaryrefslogtreecommitdiffstats
path: root/api/stl/trex_stl_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/stl/trex_stl_api.py')
-rw-r--r--api/stl/trex_stl_api.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/api/stl/trex_stl_api.py b/api/stl/trex_stl_api.py
index 63a0963b..ce818b7a 100644
--- a/api/stl/trex_stl_api.py
+++ b/api/stl/trex_stl_api.py
@@ -16,8 +16,10 @@ import client.trex_stateless_client
STLClient = client.trex_stateless_client.STLClient
STLError = common.trex_stl_exceptions.STLError
-STLContStream = common.trex_streams.STLContStream
-STLSingleBurstStream = common.trex_streams.STLSingleBurstStream
-STLMultiBurstStream = common.trex_streams.STLMultiBurstStream
-STLPktBuilder = CTRexPktBuilder
+STLStream = common.trex_streams.STLStream
+
+STLTXCont = common.trex_streams.STLTXCont
+STLTXSingleBurst = common.trex_streams.STLTXSingleBurst
+STLTXMultiBurst = common.trex_streams.STLTXMultiBurst
+STLPktBuilder = CTRexPktBuilder