cryptonas/plugins/volume_details/volume_details.py

19 lines
295 B
Python
Raw Normal View History

2006-11-06 17:05:00 +01:00
import CryptoBoxPlugin
class volume_details(CryptoBoxPlugin.CryptoBoxPlugin):
pluginCapabilities = [ "volume" ]
requestAuth = False
rank = 100
def doAction(self):
## all variables are already set somewhere else
return "volume_details"
def getStatus(self):
return "no status"