[rhmessaging-commits] rhmessaging commits: r1816 - mgmt/cumin/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Apr 1 01:45:35 EDT 2008


Author: justi9
Date: 2008-04-01 01:45:34 -0400 (Tue, 01 Apr 2008)
New Revision: 1816

Modified:
   mgmt/cumin/python/wooly/tables.py
Log:
Remove unused templates

Modified: mgmt/cumin/python/wooly/tables.py
===================================================================
--- mgmt/cumin/python/wooly/tables.py	2008-03-31 19:42:02 UTC (rev 1815)
+++ mgmt/cumin/python/wooly/tables.py	2008-04-01 05:45:34 UTC (rev 1816)
@@ -8,9 +8,6 @@
     def __init__(self, app, name):
         super(ItemTable, self).__init__(app, name)
 
-        self.header_html = Template(self, "header_html")
-        self.cell_tmpl = Template(self, "cell_html")
-
         self.columns = list()
         self.headers_by_column = dict()
 




More information about the rhmessaging-commits mailing list