[Mpuls-commits] r4214 - in base/trunk: . mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Nov 16 21:52:00 CET 2010
Author: bh
Date: 2010-11-16 21:51:59 +0100 (Tue, 16 Nov 2010)
New Revision: 4214
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/lib/export.py
Log:
* mpulsweb/lib/export.py: Add comments.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-11-16 20:47:57 UTC (rev 4213)
+++ base/trunk/ChangeLog 2010-11-16 20:51:59 UTC (rev 4214)
@@ -1,5 +1,9 @@
2010-11-16 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/lib/export.py: Add comments.
+
+2010-11-16 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/lib/export.py (to_str, Sheet, Book): Removed. No
longer needed.
Modified: base/trunk/mpulsweb/lib/export.py
===================================================================
--- base/trunk/mpulsweb/lib/export.py 2010-11-16 20:47:57 UTC (rev 4213)
+++ base/trunk/mpulsweb/lib/export.py 2010-11-16 20:51:59 UTC (rev 4214)
@@ -164,9 +164,10 @@
self.tables[table_name].append(row)
+#
+# XLS Export
+#
-
-
class XLSTable(Table):
def add_to_workbook(self, workbook):
@@ -213,6 +214,10 @@
out.real_close()
+#
+# CSV Export
+#
+
class CSVTable(Table):
"""A single Table that can be serialized as CSV"""
More information about the Mpuls-commits
mailing list