diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-04-01 13:59:32 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-04-01 13:59:32 +0300 |
commit | aa3f6639f469dc1003f902127464790b6b346c41 (patch) | |
tree | 8bd7598d0e4e7ac5a8105ae4f478e43cf33db0f3 /scripts/automation/trex_control_plane/stl/examples | |
parent | 4f4a7db0d3be8db7d035d2d52b392f5e5b04b74b (diff) |
typo
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 f1592571..f190aab1 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_path.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_path.py @@ -1,6 +1,6 @@ import sys, os -# FIXME to the write path for trex_stl_lib +# FIXME to the right path for trex_stl_lib sys.path.insert(0, "../") STL_PROFILES_PATH = os.path.join(os.pardir, os.pardir, os.pardir, os.pardir, 'stl') |