[Mpuls-commits] r4206 - in base/trunk: . mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 16 20:50:47 CET 2010


Author: bh
Date: 2010-11-16 20:50:46 +0100 (Tue, 16 Nov 2010)
New Revision: 4206

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/lib/export.py
Log:
* mpulsweb/lib/export.py (Table.__init__): Remove handling of
title which was added accidentally.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-11-16 19:39:04 UTC (rev 4205)
+++ base/trunk/ChangeLog	2010-11-16 19:50:46 UTC (rev 4206)
@@ -1,5 +1,10 @@
 2010-11-16  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/export.py (Table.__init__): Remove handling of
+	title which was added accidentally.
+
+2010-11-16  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/lib/export.py (Table): New.  Extracted from CSVTable to
 	contain the code useful for both XLS and CSV tables.
 	(CSVTable): Inherit the new Table class.  Remove methods now

Modified: base/trunk/mpulsweb/lib/export.py
===================================================================
--- base/trunk/mpulsweb/lib/export.py	2010-11-16 19:39:04 UTC (rev 4205)
+++ base/trunk/mpulsweb/lib/export.py	2010-11-16 19:50:46 UTC (rev 4206)
@@ -62,7 +62,6 @@
     def __init__(self, columns):
         """Initialize the table.
         The parameter columns is a list defining the column names"""
-        self.title = title
         self.columns = columns
         self.rows = []
 



More information about the Mpuls-commits mailing list