added get_job_list to jsonrpc and to the client for testing; works!

This commit is contained in:
Johannes Findeisen 2013-10-21 02:26:53 +02:00
commit b731d09d35
2 changed files with 4 additions and 11 deletions

View file

@ -24,10 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
from bjsonrpc import connect
c = connect()
time1 = c.call.time()
# do something here ...
print "Time:", time1
print "Delta:", c.call.delta(time1)
print c.call.get_job_list()
print c.call.get_job_info_by_id("3bf60380")