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 (278B)
---
1 from electrum.i18n import _
2
3 fullname = 'KeepKey'
4 description = _('Provides support for KeepKey hardware wallet')
5 requires = [('keepkeylib','github.com/keepkey/python-keepkey')]
6 registers_keystore = ('hardware', 'keepkey', _("KeepKey wallet"))
7 available_for = ['qt', 'cmdline']