From 6107c1ca4aa485c5971ff3326513b8f4934f7ac1 Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 8 Feb 2016 10:55:20 -0500 Subject: huge refactor - again --- scripts/trex-console | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/trex-console') 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 $@ -- cgit 1.2.3-korg