1
0

Added SimpleConfig class to deal with simple config options added for fallback to other gui when missing deps

This commit is contained in:
Maran
2012-08-30 00:03:38 +02:00
parent 23d314462f
commit 3252b5ae4e
3 changed files with 50 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
from wallet import Wallet, format_satoshis, prompt_password
from interface import WalletSynchronizer
from interface import TcpStratumInterface
from simple_config import SimpleConfig