Edgewall Software

Changes between Version 6 and Version 7 of GenshiRecipes/PylonsWithGenshi


Ignore:
Timestamp:
Apr 2, 2007, 9:47:28 PM (17 years ago)
Author:
philip.cooper@…
Comment:

"empty" init.py file is needed

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/PylonsWithGenshi

    v6 v7  
    3232}}}
    3333
    34 Finally, the Pylons template plug-ins currently expect paths to act as module imports, so you will also need to create a `__init__.py` file inside appname/templates.
     34Finally, the Pylons template plug-ins currently expect paths to act as module imports, so you will also need to create an empty `__init__.py` file inside appname/templates.
    3535== !WebHelpers and Genshi ==
    3636To use [http://pylonshq.com/WebHelpers/ WebHelpers] within a Genshi template, the helper return values need to be wrapped in a Markup object, as it would otherwise be escaped.