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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 16 11:22:58 CET 2010


Author: torsten
Date: 2010-02-16 11:22:57 +0100 (Tue, 16 Feb 2010)
New Revision: 1604

Modified:
   wasko/branches/2.0/waskaweb/controllers/logbook.py
Log:
* waskaweb/controllers/logbook.py: Import validators from mpulsweb
now. 


Modified: wasko/branches/2.0/waskaweb/controllers/logbook.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/logbook.py	2010-02-16 10:21:04 UTC (rev 1603)
+++ wasko/branches/2.0/waskaweb/controllers/logbook.py	2010-02-16 10:22:57 UTC (rev 1604)
@@ -33,7 +33,7 @@
 from mpulsweb.model.logbook import Logbook, LogbookEntry, LogbookEntryChecker
 
 from mpulsweb.lib.base import BaseController, c, render, request, session
-from waskaweb.lib.validators import CreateLogbookForm, EditLogbookForm
+from mpulsweb.lib.validators import CreateLogbookForm, EditLogbookForm
 
 LOGBOOK_ENTRY_CREATE_FAILED = u"Tagebucheintrag wurde nicht angelegt!"
 LOGBOOK_ENTRY_CREATE_FAILED_TEXT = u"\



More information about the Mpuls-commits mailing list