Author: eallen
Date: 2010-07-12 14:05:42 -0400 (Mon, 12 Jul 2010)
New Revision: 4104
Modified:
mgmt/newdata/cumin/python/cumin/grid/job.py
Log:
Adapting the adaptor to the new schema name and location of JobSummary info
Modified: mgmt/newdata/cumin/python/cumin/grid/job.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/grid/job.py 2010-07-12 17:49:08 UTC (rev 4103)
+++ mgmt/newdata/cumin/python/cumin/grid/job.py 2010-07-12 18:05:42 UTC (rev 4104)
@@ -129,7 +129,7 @@
class JobSelector(ObjectSelector):
def __init__(self, app, name, submission):
- cls = app.model.qmf_response.GetJobSummaries
+ cls = app.model.com_redhat_cumin_grid.JobSummary
adapter = JobSummariesAdapter(app, cls)
super(JobSelector, self).__init__(app, name, cls, adapter)