commit 728dc85c84ed504582e10efe21e1d57a3ee5e149
parent f01ef5dd71fc36c83e12d0bea20685576a4cff1b
Author: ThomasV <thomasv@gitorious>
Date: Fri, 21 Aug 2015 00:18:08 +0200
remove duplicate available_for
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/plugins/__init__.py b/plugins/__init__.py
@@ -69,7 +69,6 @@ descriptions = [
'name':'keepkey',
'fullname': 'KeepKey',
'description': _('Provides support for KeepKey hardware wallet'),
- 'available_for': ['qt'],
'requires': [('keepkeylib','github.com/keepkey/python-keepkey')],
'requires_wallet_type': ['keepkey'],
'registers_wallet_type': ('hardware', 'keepkey', _("KeepKey wallet")),
@@ -95,7 +94,6 @@ descriptions = [
'name':'trezor',
'fullname': 'Trezor Wallet',
'description': _('Provides support for Trezor hardware wallet'),
- 'available_for': ['qt'],
'requires': [('trezorlib','github.com/trezor/python-trezor')],
'requires_wallet_type': ['trezor'],
'registers_wallet_type': ('hardware', 'trezor', _("Trezor wallet")),