1
0

allow offline creation/recovery within the gui

This commit is contained in:
thomasv
2012-11-20 15:30:46 +01:00
parent 2385cc3ad8
commit cf1f533613
4 changed files with 135 additions and 111 deletions

View File

@@ -352,6 +352,8 @@ class Interface(threading.Thread):
def __init__(self, config=None, loop=False):
self.server = None
self.proxy = None
if config is None:
from simple_config import SimpleConfig