Mercurial > p > roundup > code
diff doc/tracker_templates.txt @ 6727:3f3ce3004013
issue2551206 - remove mention of roundup installer, fix up windows docs
roundup windows installer is long since dead. Fix up last couple of
references to it. Also fix path to roundup install to use python 2.7
path not python 2.2 path.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2022 23:05:29 -0400 |
| parents | b76be13e027e |
| children | f83e19465b70 |
line wrap: on
line diff
--- a/doc/tracker_templates.txt Thu Jun 23 02:29:49 2022 -0400 +++ b/doc/tracker_templates.txt Sun Jun 26 23:05:29 2022 -0400 @@ -5,7 +5,7 @@ The templates distributed with Roundup are stored in the "share" directory nominated by Python. On Unix this is typically ``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and -on Windows this is ``c:\python22\share\roundup\templates\``. +on Windows this is ``c:\python27\share\roundup\templates\``. The template loading looks in four places to find the templates:
