[Mpuls-commits] r1234 - wasko/branches/2.0/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 4 12:05:11 CET 2010


Author: torsten
Date: 2010-02-04 12:05:10 +0100 (Thu, 04 Feb 2010)
New Revision: 1234

Modified:
   wasko/branches/2.0/waskaweb/lib/helpers.py
Log:
Reformated imports


Modified: wasko/branches/2.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/helpers.py	2010-02-04 10:27:02 UTC (rev 1233)
+++ wasko/branches/2.0/waskaweb/lib/helpers.py	2010-02-04 11:05:10 UTC (rev 1234)
@@ -40,11 +40,13 @@
 
 # Use url_for from prior versions
 from routes import url_for
+
 from webhelpers.html import escape, HTML, literal, url_escape
 from webhelpers.html.tags import *
 
+from mpulsweb.lib.security import hasRole, getKAName
+
 from waskaweb.lib.navigation import get_pagename, render_navigation
-from mpulsweb.lib.security import hasRole, getKAName
 from waskaweb.lib.filters import shorten, nl_to_br
 
 



More information about the Mpuls-commits mailing list