Skip to content

Commit

Permalink
Remove useless enforced dependency of PyUSB
Browse files Browse the repository at this point in the history
PyUSB will be automatically used if present.
  • Loading branch information
drizzt committed Mar 18, 2015
1 parent 410ab5b commit 3ae2fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/btchipwallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
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
Expand Down

1 comment on commit 3ae2fb2

@ecdsa
Copy link
Member

@ecdsa ecdsa commented on 3ae2fb2 Mar 27, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted, per issue #1104

Please sign in to comment.