file reorganization with top-level module
This commit is contained in:
11
electrum/plugins/labels/cmdline.py
Normal file
11
electrum/plugins/labels/cmdline.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .labels import LabelsPlugin
|
||||
from electrum.plugin import hook
|
||||
|
||||
class Plugin(LabelsPlugin):
|
||||
|
||||
@hook
|
||||
def load_wallet(self, wallet, window):
|
||||
self.start_wallet(wallet)
|
||||
|
||||
def on_pulled(self, wallet):
|
||||
self.print_error('labels pulled from server')
|
||||
Reference in New Issue
Block a user