diff options
Diffstat (limited to 'resources/tools/trex/trex_server_info.py')
-rwxr-xr-x | resources/tools/trex/trex_server_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/trex/trex_server_info.py b/resources/tools/trex/trex_server_info.py index e74a63e09d..b34709b206 100755 --- a/resources/tools/trex/trex_server_info.py +++ b/resources/tools/trex/trex_server_info.py @@ -29,7 +29,7 @@ Functionality: import sys sys.path.insert( - 0, u"/opt/trex-core-2.61/scripts/automation/trex_control_plane/interactive/" + 0, u"/opt/trex-core-2.73/scripts/automation/trex_control_plane/interactive/" ) from trex.stl.api import * |