diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-07-18 10:25:48 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-07-18 10:25:48 +0200 |
commit | 0d1361737f52976de4b90675178a233fbd41f5f1 (patch) | |
tree | 30dff08936f301febebae77a74573f267d6d3b36 | |
parent | f8bdb15ac068577f4e0cd067dcab1626098daea0 (diff) |
bin: Fix bt_connect import statement
Fixes: LP:1703791
-rwxr-xr-x | bin/bt_connect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bt_connect b/bin/bt_connect index b52642a..1fed30e 100755 --- a/bin/bt_connect +++ b/bin/bt_connect @@ -23,7 +23,7 @@ import sys import time -import checkbox_support.bt_helper +import checkbox_support.bt_helper as bt_helper from argparse import ArgumentParser |