Commit 4c0b288
committed
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.1 parent 04b10dd commit 4c0b288
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
0 commit comments