Mercurial > p > roundup > code
diff roundup/cgi/wsgi_handler.py @ 6325:1a15089c2e49 issue2550923_computed_property
Merge trunk into branch
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 06 Feb 2021 20:15:26 -0500 |
| parents | 979cecdb70f8 |
| children | 0343b6fea4b9 |
line wrap: on
line diff
--- a/roundup/cgi/wsgi_handler.py Fri Jan 15 16:34:30 2021 -0500 +++ b/roundup/cgi/wsgi_handler.py Sat Feb 06 20:15:26 2021 -0500 @@ -84,6 +84,9 @@ tracker_home=home) else: self.translator = None + # trigger pre-loading of imports and templates + with self.get_tracker(): + pass def __call__(self, environ, start_response): """Initialize with `apache.Request` object"""
