goa/test/data/views.py
branchtls-sprint
changeset 1802 d628defebc17
parent 0 b97547f5f1fa
child 1977 606923dff11b
--- a/goa/test/data/views.py	Thu May 14 10:24:56 2009 +0200
+++ b/goa/test/data/views.py	Thu May 14 11:38:40 2009 +0200
@@ -21,7 +21,7 @@
 
 class MyIndex(StartupView):
     id = 'index'
-    
+
     def call(self):
         ctx = template.Context({'user': self.req.user})
         return INDEX_TEMPLATE.render(ctx)