1
0

modified password input routines to allow for input through stdin

This commit is contained in:
Julian Tosh
2012-07-06 21:45:57 -07:00
parent b8c1c0c317
commit b615fe0c8c
3 changed files with 33 additions and 22 deletions

View File

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