[Mpuls-commits] r4566 - in base/trunk: . mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 3 17:24:17 CET 2011


Author: bh
Date: 2011-02-03 17:24:15 +0100 (Thu, 03 Feb 2011)
New Revision: 4566

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/model/case.py
Log:
* mpulsweb/model/case.py (MPulsXMLImporter): Update doc-string


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-02-03 16:22:04 UTC (rev 4565)
+++ base/trunk/ChangeLog	2011-02-03 16:24:15 UTC (rev 4566)
@@ -1,5 +1,9 @@
 2011-02-03  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/model/case.py (MPulsXMLImporter): Update doc-string
+
+2011-02-03  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/model/case.py (MpulsCase.check_validity_for_ids): Fix
 	debug logging output.
 

Modified: base/trunk/mpulsweb/model/case.py
===================================================================
--- base/trunk/mpulsweb/model/case.py	2011-02-03 16:22:04 UTC (rev 4565)
+++ base/trunk/mpulsweb/model/case.py	2011-02-03 16:24:15 UTC (rev 4566)
@@ -1364,8 +1364,13 @@
 
 class MPulsXMLImporter(DBXMLImporter):
 
-    """MPuls specific extension for the libform XML importer"""
+    """MPuls specific extension for the libformed XML importer.
 
+    This class extends the base class with the following functionality:
+
+     - Import of logbook entries
+    """
+
     UUID_ANONYMIZED_SQL = """SELECT is_uuid_anonymized(%(uuid)s)"""
     STATE_FROM_UUID_SQL = """
 SELECT s.status



More information about the Mpuls-commits mailing list