1
0

option to set gui language from command line

This commit is contained in:
thomasv
2013-01-02 16:03:54 +01:00
parent 15a59bce8b
commit 66fa7b610b
3 changed files with 20 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
from version import ELECTRUM_VERSION
from util import format_satoshis, print_msg, print_error, set_verbosity
from i18n import set_language
from wallet import Wallet, WalletSynchronizer
from verifier import WalletVerifier
from interface import Interface, pick_random_server, DEFAULT_SERVERS