remove forgotten imports and print statements
This commit is contained in:
@@ -11,4 +11,3 @@ import transaction
|
||||
from transaction import Transaction
|
||||
from plugins import BasePlugin
|
||||
from commands import Commands, known_commands
|
||||
import wizard as wizard
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user