1
0

remove forgotten imports and print statements

This commit is contained in:
ThomasV
2016-06-24 23:14:07 +02:00
parent e7d25faf02
commit c313c3c340
3 changed files with 0 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ from network import Network
from util import json_decode, DaemonThread
from util import print_msg, print_error, print_stderr
from wallet import WalletStorage, Wallet
from wizard import WizardBase
from commands import known_commands, Commands
from simple_config import SimpleConfig