Edgewall Software

Changes between Version 1 and Version 2 of GenshiRecipes/web2py


Ignore:
Timestamp:
Jan 27, 2009, 8:57:16 AM (15 years ago)
Author:
Grahack
Comment:

python syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/web2py

    v1 v2  
    44
    55{{{
     6#!python
    67#!/usr/bin/env python
    78
     
    153154
    154155{{{
     156#!python
    155157    from Genshi4web2py import render
    156158    response.postprocessing.append(lambda x: render(x, request, response))