URI: 
       t__init__.py - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
       t__init__.py (275B)
       ---
            1 from electrum.i18n import _
            2 
            3 fullname = 'Ledger Wallet'
            4 description = 'Provides support for Ledger hardware wallet'
            5 requires = [('btchip', 'github.com/ledgerhq/btchip-python')]
            6 registers_keystore = ('hardware', 'ledger', _("Ledger wallet"))
            7 available_for = ['qt', 'cmdline']