Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 8091:586f76eb33e8
fix: keep python2 working a little longer.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 Jul 2024 02:10:25 -0400 |
| parents | 1045425c23b2 |
| children | 2a4d0413bd20 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Tue Jul 16 01:33:18 2024 -0400 +++ b/roundup/cgi/templating.py Tue Jul 16 02:10:25 2024 -0400 @@ -27,6 +27,7 @@ import textwrap from roundup import date, hyperdb, support +from roundup.anypy import scandir_ from roundup.anypy import urllib_ from roundup.anypy.cgi_ import cgi from roundup.anypy.html import html_escape
