[Mpuls-commits] r2898 - base/trunk/mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 7 09:56:05 CEST 2010


Author: torsten
Date: 2010-06-07 09:56:05 +0200 (Mon, 07 Jun 2010)
New Revision: 2898

Modified:
   base/trunk/mpulsweb/model/case.py
Log:
Fixed formatting


Modified: base/trunk/mpulsweb/model/case.py
===================================================================
--- base/trunk/mpulsweb/model/case.py	2010-06-07 07:55:44 UTC (rev 2897)
+++ base/trunk/mpulsweb/model/case.py	2010-06-07 07:56:05 UTC (rev 2898)
@@ -847,7 +847,8 @@
         return self.editor
 
     def copy(self):
-        """Will copy the case and all its content in a new case. Returns the id of the new case."""
+        """Will copy the case and all its content in a new case. Returns the id
+        of the new case."""
         return None 
 
     def delete(self):



More information about the Mpuls-commits mailing list