summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/doc
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-03-30 13:58:11 +0300
committerHanoh Haim <hhaim@cisco.com>2016-03-30 13:58:11 +0300
commit422c7c52632ebb6fbc5d5ff638b6ef0e1bc56f6b (patch)
tree5794318455a66a03828f98a5d6e825f47df3084e /scripts/automation/trex_control_plane/doc
parent2ec326cbe088f3ee5634336e326ae8c3561c7461 (diff)
parentb91c216db1aa10ca7cc81b8c74b04ab79df251fe (diff)
Merge GA to Python API
Diffstat (limited to 'scripts/automation/trex_control_plane/doc')
-rwxr-xr-xscripts/automation/trex_control_plane/doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/doc/conf.py b/scripts/automation/trex_control_plane/doc/conf.py
index a2641ffc..ec133a1c 100755
--- a/scripts/automation/trex_control_plane/doc/conf.py
+++ b/scripts/automation/trex_control_plane/doc/conf.py
@@ -20,7 +20,7 @@ import shlex
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path.insert(0, os.path.abspath('../stf'))
+sys.path.insert(0, os.path.abspath('../stf/trex_stf_lib'))
sys.path.insert(0, os.path.abspath('../client_utils'))
sys.path.insert(0, os.path.abspath('../examples'))
sys.path.insert(0, os.path.abspath('../common'))