diff options
Diffstat (limited to 'GPL/tools/trex/trex_stl_assert.py')
-rw-r--r-- | GPL/tools/trex/trex_stl_assert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL/tools/trex/trex_stl_assert.py b/GPL/tools/trex/trex_stl_assert.py index 426df5bb27..f705619fea 100644 --- a/GPL/tools/trex/trex_stl_assert.py +++ b/GPL/tools/trex/trex_stl_assert.py @@ -38,7 +38,7 @@ Functionality: import sys sys.path.insert( - 0, u"/opt/trex-core-3.00/scripts/automation/trex_control_plane/interactive/" + 0, u"/opt/trex-core-3.03/scripts/automation/trex_control_plane/interactive/" ) from trex.stl.api import STLClient, STLError |