1
0

move start_daemon code to main script

This commit is contained in:
ThomasV
2014-03-11 08:33:58 +01:00
parent e6bbf22003
commit 489413d358
3 changed files with 31 additions and 37 deletions

View File

@@ -14,4 +14,4 @@ from plugins import BasePlugin
from mnemonic import mn_encode as mnemonic_encode
from mnemonic import mn_decode as mnemonic_decode
from commands import Commands, known_commands
from daemon import start_daemon, NetworkProxy
from daemon import NetworkProxy, NetworkServer