diff options
author | imarom <imarom@cisco.com> | 2016-02-09 11:11:08 -0500 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-02-09 11:11:08 -0500 |
commit | c07bd86f8c0a150f743c985dbef5e2bce857e0d9 (patch) | |
tree | 038d10e67fc24d61217522dd914bfc2ee531f5e1 /scripts/automation/trex_control_plane/stl/examples | |
parent | 0aa48dc740012b94cdd0cea3e49c1cb0258d9ce9 (diff) |
minor fixes
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_path.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_path.py b/scripts/automation/trex_control_plane/stl/examples/stl_path.py index 17a8bddf..8f400d23 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_path.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_path.py @@ -1,4 +1,4 @@ import sys -# FIXME to the write path for trex_control_plane +# FIXME to the write path for trex_stl_lib sys.path.insert(0, "../") |