fix travis test

dont-delete-test-download-branch
Marek Ventur 2018-07-27 23:39:39 +01:00
parent 1fd7f5c0db
commit 034433c194
1 changed files with 2 additions and 1 deletions

View File

@ -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":