[Mpuls-commits] r1797 - wasko/branches/2.0/jmdweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 25 15:41:17 CET 2010


Author: torsten
Date: 2010-02-25 15:41:16 +0100 (Thu, 25 Feb 2010)
New Revision: 1797

Modified:
   wasko/branches/2.0/jmdweb/controllers/case.py
Log:
Fixed syntax error


Modified: wasko/branches/2.0/jmdweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/case.py	2010-02-25 14:40:35 UTC (rev 1796)
+++ wasko/branches/2.0/jmdweb/controllers/case.py	2010-02-25 14:41:16 UTC (rev 1797)
@@ -43,7 +43,7 @@
 from mpulsweb.lib.db import db
 from mpulsweb.lib.navigation import get_navigation
 from mpulsweb.lib.anonymize import \
-    determineAnonymizedCaseEndPhase as _determineAnonymizedCaseEndPhase \
+    determineAnonymizedCaseEndPhase as _determineAnonymizedCaseEndPhase, \
     anonymize as _completeAnonymizedCase
 from mpulsweb.lib.security import checkRole
 



More information about the Mpuls-commits mailing list