[Mpuls-commits] r1090 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 1 16:44:38 CET 2010
Author: torsten
Date: 2010-02-01 16:44:38 +0100 (Mon, 01 Feb 2010)
New Revision: 1090
Modified:
wasko/branches/2.0/waskaweb/controllers/phase.py
Log:
Added missing imports and fixed encoding
Modified: wasko/branches/2.0/waskaweb/controllers/phase.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/phase.py 2010-02-01 15:42:48 UTC (rev 1089)
+++ wasko/branches/2.0/waskaweb/controllers/phase.py 2010-02-01 15:44:38 UTC (rev 1090)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
import logging
from pylons import session, g, c
@@ -2,2 +3,3 @@
from waskaweb.lib.base import *
+from waskaweb.lib.security import checkRole
from waskaweb.model.phase import PhaseFactory
More information about the Mpuls-commits
mailing list