[Mpuls-commits] r1203 - wasko/branches/2.0/waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 3 10:48:36 CET 2010


Author: torsten
Date: 2010-02-03 10:48:35 +0100 (Wed, 03 Feb 2010)
New Revision: 1203

Modified:
   wasko/branches/2.0/waskaweb/controllers/error.py
Log:
Fixed import


Modified: wasko/branches/2.0/waskaweb/controllers/error.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/error.py	2010-02-03 09:14:05 UTC (rev 1202)
+++ wasko/branches/2.0/waskaweb/controllers/error.py	2010-02-03 09:48:35 UTC (rev 1203)
@@ -6,7 +6,7 @@
 from pylons.middleware import error_document_template
 from webhelpers.html.builder import literal
 
-from helloworld.lib.base import BaseController
+from waskaweb.lib.base import BaseController
 
 class ErrorController(BaseController):
 



More information about the Mpuls-commits mailing list