Minor code style improvement to the HID bootloader Python script.

This commit is contained in:
Dean Camera 2013-07-14 15:08:38 +02:00
parent 9fc655f438
commit 368c9af784

View File

@ -20,7 +20,7 @@
""" """
import sys import sys
import pywinusb.hid as hid from pywinusb import hid
from intelhex import IntelHex from intelhex import IntelHex