web/views/debug.py
branchtls-sprint
changeset 1802 d628defebc17
parent 981 d86d1ee3b60e
child 1977 606923dff11b
--- a/web/views/debug.py	Thu May 14 10:24:56 2009 +0200
+++ b/web/views/debug.py	Thu May 14 11:38:40 2009 +0200
@@ -23,7 +23,7 @@
                 html_escape(str(key)), html_escape(repr(dict[key]))))
         w(u'</ul>')
 
-    
+
 class DebugView(StartupView):
     id = 'debug'
     __select__ = none_rset() & match_user_groups('managers')