[Mpuls-commits] r1565 - wasko/branches/2.0/waskaweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 15 15:58:20 CET 2010


Author: torsten
Date: 2010-02-15 15:58:12 +0100 (Mon, 15 Feb 2010)
New Revision: 1565

Modified:
   wasko/branches/2.0/waskaweb/model/logbook.py
Log:
Moved import from lib.evaluation for logbook to the header.


Modified: wasko/branches/2.0/waskaweb/model/logbook.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/logbook.py	2010-02-15 14:54:21 UTC (rev 1564)
+++ wasko/branches/2.0/waskaweb/model/logbook.py	2010-02-15 14:58:12 UTC (rev 1565)
@@ -34,6 +34,7 @@
 from pylons import app_globals as g 
 from mpulsweb.lib.db import db
 import mpulsweb.lib.helpers as h
+from waskaweb.lib.evaluation import Evaluation_18
 
 log = logging.getLogger(__name__)
 
@@ -287,7 +288,6 @@
 
     def getEvaluation(self):
         # Build casebundle with on single case
-        from waskaweb.lib.evaluation import Evaluation_18
         eval = Evaluation_18([self.mid])
         return eval.perform()
 



More information about the Mpuls-commits mailing list