[Mpuls-commits] r1734 - wasko/branches/2.0/jmdweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 24 11:46:43 CET 2010
Author: torsten
Date: 2010-02-24 11:46:42 +0100 (Wed, 24 Feb 2010)
New Revision: 1734
Modified:
wasko/branches/2.0/jmdweb/controllers/phase.py
Log:
* mpulsweb/controllers/phase.py: Import PhaseFactory from mpulsbase
Modified: wasko/branches/2.0/jmdweb/controllers/phase.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/phase.py 2010-02-24 10:46:14 UTC (rev 1733)
+++ wasko/branches/2.0/jmdweb/controllers/phase.py 2010-02-24 10:46:42 UTC (rev 1734)
@@ -4,9 +4,9 @@
from pylons import session, g, c
from mpulsweb.lib.security import checkRole
+from mpulsweb.model.phase import PhaseFactory
from jmdweb.lib.base import BaseController, h, render, request
-from jmdweb.model.phase import PhaseFactory
SET_PHASE_NOTIFICATION_SUCCESS = u"""Phase gewechselt!"""
SET_PHASE_NOTIFICATION_TEXT_SUCCESS= u"""\
More information about the Mpuls-commits
mailing list