changeset 263:52d17bd718d9 stable-0.3.x

Ported [325] to 0.3.x stable branch.
author cmlenz
date Fri, 22 Sep 2006 13:35:01 +0000
parents da3137c427a2
children 22842c0ca176
files ChangeLog examples/turbogears/genshitest/controllers.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 Version 0.3.1
 http://svn.edgewall.org/repos/genshi/tags/0.3.1/
-(?, from branches/stable/0.3.x)
+(Sep 22 2006, from branches/stable/0.3.x)
 
  * Includes and user-defined filters were not getting the correct context data
    when used inside a match template (ticket #56).
--- a/examples/turbogears/genshitest/controllers.py
+++ b/examples/turbogears/genshitest/controllers.py
@@ -11,6 +11,7 @@
 log = logging.getLogger("genshitest.controllers")
 
 class Root(controllers.RootController):
+
     @expose(template="genshitest.templates.welcome")
     def index(self):
         import time
@@ -22,7 +23,6 @@
                                                     "Genshi",
                                             rows=5, cols=40))
 
-
     @expose(template="genshitest.templates.login")
     def login(self, forward_url=None, previous_url=None, *args, **kw):
 
Copyright (C) 2012-2017 Edgewall Software