[rhmessaging-commits] rhmessaging commits: r2705 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Oct 29 20:22:35 EDT 2008


Author: eallen
Date: 2008-10-29 20:22:35 -0400 (Wed, 29 Oct 2008)
New Revision: 2705

Modified:
   mgmt/trunk/cumin/python/cumin/system.py
Log:
Derive SystemJobSet from JobTab to pick up extra features

Modified: mgmt/trunk/cumin/python/cumin/system.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/system.py	2008-10-30 00:21:44 UTC (rev 2704)
+++ mgmt/trunk/cumin/python/cumin/system.py	2008-10-30 00:22:35 UTC (rev 2705)
@@ -118,9 +118,9 @@
         self.__tabs.add_tab(SystemSlotSet(app, "slots"))
         self.__tabs.add_tab(CuminDetails(app, "details"))
 
-from job import JobSet
+from job import JobTab
 
-class SystemJobSet(JobSet):
+class SystemJobSet(JobTab):
     def render_title(self, session, *args):
         sql = "1 = 1" # XXX
         return "Grid Jobs %s" % fmt_count(Job.select(sql).count())




More information about the rhmessaging-commits mailing list