Mercurial > p > roundup > code
diff CHANGES.txt @ 4900:349a83aca61f
Correctly locate templates in a virtualenv (issue2550841)
The listTemplates() method looks in a number of locations under
'<venv>/local/' but the setup script installs them under the directory
'<venv>/share/roundup/templates/', so we need to add that to the list of
paths that are looked in for templates.
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Thu, 26 Jun 2014 15:39:19 +1000 |
| parents | 850551a1568b |
| children | fa268ea457db |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jun 18 13:31:46 2014 +1000 +++ b/CHANGES.txt Thu Jun 26 15:39:19 2014 +1000 @@ -99,6 +99,8 @@ - Fix issue2550843 Pass text of Unauthorised and Login exceptions instead of the exception instance to avoid traceback with string operations. (Thomas Arendsen Hein) +- Fix issue2550841 roundup-demo templates not found in virtualenv (John + Kristensen) Minor: - demo.py usage message improved: explains "nuke" now. (Bernhard Reiter)
