summaryrefslogtreecommitdiffstats
path: root/scripts/trex-console
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trex-console')
-rwxr-xr-xscripts/trex-console3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/trex-console b/scripts/trex-console
index 6e278077..58944237 100755
--- a/scripts/trex-console
+++ b/scripts/trex-console
@@ -1,5 +1,6 @@
#!/bin/bash
source find_python.sh
-$PYTHON automation/wrap_stl_console.py $@
+export PYTHONPATH=automation/trex_control_plane/stl
+$PYTHON -m console.trex_console $@