Add get_actions to python test frontend

This commit is contained in:
Tom Parker 2007-11-06 20:01:08 +01:00
parent 163a75183e
commit 9fa3c5d30d

View File

@ -110,6 +110,14 @@ def get_backend_detail(*args):
# Quit immediately because no job was scheduled
exit(0)
def get_actions(*args):
details = p.GetActions().split(";")
for d in details:
print " %s" % d
# Quit immediately because no job was scheduled
exit(0)
def usage():
print "Usage: %s <command> <options>"%argv[0]
print "Valid commands are:"