| 31 | | [('css', 'templates/pycommunity.css'), |
| 32 | | ('glossary', 'templates/glossary.pt'), |
| 33 | | ('index', 'templates/index.pt'), |
| 34 | | ('js', 'templates/pycommunity.js'), |
| 35 | | ('packagedoc', 'templates/packagedoc.pt'), |
| 36 | | ('packageindex', 'templates/packageindex.pt'), |
| 37 | | ('packagesindex', 'templates/packagesindex.pt'), |
| 38 | | ('packagestats', 'templates/packagestats.pt'), |
| 39 | | ('recipe', 'templates/recipe.pt'), |
| 40 | | ('recipelist', 'templates/recipelist.pt'), |
| 41 | | ('tutorial', 'templates/tutorial.pt'), |
| 42 | | ('tutoriallist', 'templates/tutoriallist.pt')] |
| | 31 | [('css', 'tests/templates/pycommunity.css'), |
| | 32 | ('glossary', 'tests/templates/glossary.pt'), |
| | 33 | ('index', 'tests/templates/index.pt'), |
| | 34 | ('js', 'tests/templates/pycommunity.js'), |
| | 35 | ('packagedoc', 'tests/templates/packagedoc.pt'), |
| | 36 | ('packageindex', 'tests/templates/packageindex.pt'), |
| | 37 | ('packagesindex', 'tests/templates/packagesindex.pt'), |
| | 38 | ('packagestats', 'tests/templates/packagestats.pt'), |
| | 39 | ('recipe', 'tests/templates/recipe.pt'), |
| | 40 | ('recipelist', 'tests/templates/recipelist.pt'), |
| | 41 | ('tutorial', 'tests/templates/tutorial.pt'), |
| | 42 | ('tutoriallist', 'tests/templates/tutoriallist.pt')] |