From 5b1cb169397402d68c59dd56c4c64576d607af92 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Fri, 15 Jan 2016 18:47:22 +0100 Subject: [PATCH] addition of argument parser --- cmake_targets/autotests/run_exec_lte-softmodem_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_targets/autotests/run_exec_lte-softmodem_tests.py b/cmake_targets/autotests/run_exec_lte-softmodem_tests.py index cd0441ef7b..ad408341b5 100755 --- a/cmake_targets/autotests/run_exec_lte-softmodem_tests.py +++ b/cmake_targets/autotests/run_exec_lte-softmodem_tests.py @@ -63,6 +63,7 @@ sys.path.append('/opt/ssh') import ssh from ssh import SSHSession +import argparse # \brief write a string to a file # \param filename name of file -- 2.26.2