1
0

First of several incremental patches tightening up interface.py.

Remove some unneeded imports, a constant and a line of dead code.
Document the current external API interface.py provides.
This commit is contained in:
Neil Booth
2015-05-05 14:02:51 +09:00
parent 0a1c8f5546
commit 4d55cb9528
3 changed files with 17 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ import icons_rc
from electrum.util import format_satoshis, format_time, NotEnoughFunds, StoreDict
from electrum import Transaction
from electrum import mnemonic
from electrum import util, bitcoin, commands, Interface, Wallet
from electrum import util, bitcoin, commands, Wallet
from electrum import SimpleConfig, Wallet, WalletStorage
from electrum import Imported_Wallet