From 034433c194570b11beb3718dc24b475384c0d5bf Mon Sep 17 00:00:00 2001 From: Marek Ventur Date: Fri, 27 Jul 2018 23:39:39 +0100 Subject: [PATCH] fix travis test --- .development/tilda_tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.development/tilda_tools.py b/.development/tilda_tools.py index 6ab3f8d..693a213 100755 --- a/.development/tilda_tools.py +++ b/.development/tilda_tools.py @@ -48,7 +48,7 @@ Common parameters """ import sys, glob -import sync, pyboard_util, wifi, pydfu_util +import sync, pyboard_util, wifi from resources import * def main(): @@ -69,6 +69,7 @@ def main(): path = sync.get_root() if command == "firmware-update": + import pydfu_util # to avoid having a "usb" dependency for other calls pydfu_util.firmware_update(args.verbose) if command == "wifi":