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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 26 18:34:54 CET 2010


Author: torsten
Date: 2010-01-26 18:34:54 +0100 (Tue, 26 Jan 2010)
New Revision: 920

Modified:
   wasko/branches/2.0/waskaweb/lib/helpers.py
Log:
* waskaweb/lib/helpers.py: import getKAName from lib security. Access to the SSL certificate is done there anyway


Modified: wasko/branches/2.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/helpers.py	2010-01-26 17:32:21 UTC (rev 919)
+++ wasko/branches/2.0/waskaweb/lib/helpers.py	2010-01-26 17:34:54 UTC (rev 920)
@@ -43,7 +43,7 @@
 from webhelpers import *
 
 from waskaweb.lib.navigation import get_pagename, render_navigation
-from waskaweb.lib.security import hasRole 
+from waskaweb.lib.security import hasRole, getKAName
 from waskaweb.lib.filters import shorten, nl_to_br
 
 



More information about the Mpuls-commits mailing list