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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Sep 30 10:50:58 EDT 2009


Author: eallen
Date: 2009-09-30 10:50:58 -0400 (Wed, 30 Sep 2009)
New Revision: 3660

Modified:
   mgmt/trunk/cumin/python/cumin/charts.py
Log:
Removed unused arguments for zooming into png slot vis.

Modified: mgmt/trunk/cumin/python/cumin/charts.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/charts.py	2009-09-30 14:49:44 UTC (rev 3659)
+++ mgmt/trunk/cumin/python/cumin/charts.py	2009-09-30 14:50:58 UTC (rev 3660)
@@ -45,7 +45,7 @@
         cr.fill()
         return surface
 
-    def plot_slots(self, slots, zl, zx, zy):
+    def plot_slots(self, slots, zl):
         count = len(slots)
         slot_size = self.slot_size(count, zl)
         x = 0



More information about the rhmessaging-commits mailing list