You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import CryptoBoxPlugin
|
|
|
|
class system_preferences(CryptoBoxPlugin.CryptoBoxPlugin):
|
|
|
|
pluginCapabilities = [ "system" ]
|
|
pluginVisibility = [ "menu" ]
|
|
requestAuth = False
|
|
rank = 20
|
|
|
|
def doAction(self):
|
|
return "show_plugins"
|
|
|
|
|
|
def getStatus(self):
|
|
return "TODO"
|
|
|
|
|