Remove useless enforced dependency of PyUSB

PyUSB will be automatically used if present.
This commit is contained in:
drizzt 2015-03-18 16:06:49 +01:00
parent 410ab5b3ee
commit 3ae2fb2e90
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ from electrum.util import format_satoshis
import hashlib
try:
from usb.core import USBError
from btchip.btchipComm import getDongle, DongleWait
from btchip.btchip import btchip
from btchip.btchipUtils import compress_public_key,format_transaction, get_regular_input_script