make plugins available without the GUI
This commit is contained in:
@@ -54,12 +54,6 @@ except ImportError:
|
||||
|
||||
|
||||
class Plugin(BasePlugin):
|
||||
def fullname(self):
|
||||
return 'OpenAlias'
|
||||
|
||||
def description(self):
|
||||
return 'Allow for payments to OpenAlias addresses.\nRequires dnspython'
|
||||
|
||||
def is_available(self):
|
||||
return OA_READY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user