[Mpuls-commits] r1664 - in wasko/branches/2.0: . waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 18 18:21:05 CET 2010


Author: bh
Date: 2010-02-18 18:21:05 +0100 (Thu, 18 Feb 2010)
New Revision: 1664

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/waskaweb/lib/base.py
Log:
* waskaweb/lib/base.py: Import LoadCaseNotExistsError directly
from mpulsweb


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-18 17:18:06 UTC (rev 1663)
+++ wasko/branches/2.0/ChangeLog	2010-02-18 17:21:05 UTC (rev 1664)
@@ -1,5 +1,10 @@
 2010-02-18  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/lib/base.py: Import LoadCaseNotExistsError directly
+	from mpulsweb
+
+2010-02-18  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/model/case.py (LoadCaseNotExistsError): Added.  Moved
 	from waskaweb.
 

Modified: wasko/branches/2.0/waskaweb/lib/base.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/base.py	2010-02-18 17:18:06 UTC (rev 1663)
+++ wasko/branches/2.0/waskaweb/lib/base.py	2010-02-18 17:21:05 UTC (rev 1664)
@@ -31,7 +31,7 @@
 from mpulsweb.lib.base import _, BaseController as MpulsBaseController, \
               c, g, h, redirect_to, render, request, response, session
 
-from waskaweb.model.case import LoadCaseNotExistsError
+from mpulsweb.model.case import LoadCaseNotExistsError
 
 class BaseController(MpulsBaseController):
 



More information about the Mpuls-commits mailing list