restructuring: add missing import

This commit is contained in:
Janus 2018-07-13 14:19:02 +02:00
parent 097ac144d9
commit 1cc1c8a051

View file

@ -68,6 +68,7 @@ if not is_android:
from electrum import bitcoin, util
from electrum import constants
from electrum import SimpleConfig, Network
from electrum.wallet import Wallet, Imported_Wallet
from electrum import bitcoin, util, constants
from electrum.storage import WalletStorage, get_derivation_used_for_hw_device_encryption
from electrum.util import print_msg, print_stderr, json_encode, json_decode, UserCancelled