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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 24 11:46:16 CET 2010


Author: torsten
Date: 2010-02-24 11:46:14 +0100 (Wed, 24 Feb 2010)
New Revision: 1733

Modified:
   wasko/branches/2.0/waskaweb/controllers/phase.py
Log:
* waskaweb/controllers/phase.py: Import PhaseFactory from mpulsbase 


Modified: wasko/branches/2.0/waskaweb/controllers/phase.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/phase.py	2010-02-24 10:45:45 UTC (rev 1732)
+++ wasko/branches/2.0/waskaweb/controllers/phase.py	2010-02-24 10:46:14 UTC (rev 1733)
@@ -4,9 +4,9 @@
 from pylons import session, g, c
 
 from mpulsweb.lib.security import checkRole
+from mpulsweb.model.phase import PhaseFactory
 
 from waskaweb.lib.base import BaseController, h, render, request
-from waskaweb.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