Edgewall Software

Changes between Version 1 and Version 2 of GenshiRecipes/PylonsWithGenshi


Ignore:
Timestamp:
Oct 20, 2006, 2:35:17 PM (17 years ago)
Author:
Pedro Algarvio, aka, s0undt3ch <ufs@…>
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/PylonsWithGenshi

    v1 v2  
    2828    # Setup Genshi Template Engine
    2929   myghty = config.template_engines.pop()
    30    config.add_template_engine('genshi', '<appname>r.templates', {})
     30   config.add_template_engine('genshi', '<appname>.templates', {})
    3131   config.template_engines.append(myghty)
    3232}}}