1
0

some import clean-up in qt

This commit is contained in:
SomberNight
2018-09-25 18:15:28 +02:00
parent 9d7cf12244
commit 33d14e4238
18 changed files with 65 additions and 42 deletions

View File

@@ -1,15 +1,18 @@
from decimal import Decimal
_ = lambda x:x
#from i18n import _
import getpass
import datetime
from electrum import WalletStorage, Wallet
from electrum.util import format_satoshis, set_verbosity
from electrum.bitcoin import is_address, COIN, TYPE_ADDRESS
from electrum.transaction import TxOutput
import getpass, datetime
_ = lambda x:x # i18n
# minimal fdisk like gui for console usage
# written by rofl0r, with some bits stolen from the text gui (ncurses)
class ElectrumGui:
def __init__(self, config, daemon, plugins):