1
0

separate gui init() and load_wallet()

This commit is contained in:
ThomasV
2013-08-30 10:11:10 +02:00
parent 10c805b3e7
commit 1637197419
4 changed files with 94 additions and 69 deletions

View File

@@ -4,7 +4,6 @@ class BasePlugin:
def __init__(self, gui, name):
self.gui = gui
self.wallet = self.gui.wallet
self.name = name
self.config = gui.config