Changeset 78:b5dabe9762d1 for pycommunity/pycommunity/doc/recipe.txt
- Timestamp:
- 04/12/07 17:38:04 (15 months ago)
- Files:
-
- 1 modified
-
pycommunity/pycommunity/doc/recipe.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pycommunity/pycommunity/doc/recipe.txt
r68 r78 12 12 >>> class Conf(object): 13 13 ... targets = {'target1': 'tests/www'} 14 ... recipes = {'recipes': 'tests/svn/project/recipes'} 15 ... templates = {'recipe': 'templates/recipe.pt', 16 ... 'recipelist': 'templates/recipelist.pt'} 14 ... tutorials = {'recipes': 'tests/svn/project/tutorials'} 15 ... recipes = {'recipes': 'tests/svn/project/recipes'} 16 ... templates = {'recipe': 'tests/templates/recipe.pt', 17 ... 'recipelist': 'tests/templates/recipelist.pt'} 17 18 ... glossary = 'tests/svn/project/doc/glossary.txt' 18 19 ...
