[Gug-cvs] gug/gug/service/sched sched.py,1.40,1.41
Status: Planning
Brought to you by:
szferi
From: Roczei G. <ro...@us...> - 2007-04-30 20:24:28
|
Update of /cvsroot/gug/gug/gug/service/sched In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26220/gug/service/sched Modified Files: sched.py Log Message: jsdl namespace bugfix Index: sched.py =================================================================== RCS file: /cvsroot/gug/gug/gug/service/sched/sched.py,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** sched.py 3 Apr 2007 16:51:13 -0000 1.40 --- sched.py 30 Apr 2007 20:24:25 -0000 1.41 *************** *** 178,182 **** xml = SimpleXML(memory = jsdl_doc) ! nss = {'jsdl' : "http://schemas.ogf.org/jsdl/2005/11/jsdl"} jobname = xml.get_content('//jsdl:JobName', nss = nss)[0] id = { --- 178,182 ---- xml = SimpleXML(memory = jsdl_doc) ! nss = {'jsdl' : "http://schemas.ggf.org/jsdl/2005/11/jsdl"} jobname = xml.get_content('//jsdl:JobName', nss = nss)[0] id = { |