finish separation between plugins and GUIs
This commit is contained in:
6
plugins/plot/__init__.py
Normal file
6
plugins/plot/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from electrum.i18n import _
|
||||
|
||||
fullname = 'Plot History'
|
||||
description = _("Ability to plot transaction history in graphical mode.")
|
||||
requires = [('matplotlib', 'matplotlib')]
|
||||
available_for = ['qt']
|
||||
Reference in New Issue
Block a user