Mercurial > p > roundup > code
diff roundup/cgi/TAL/TALGenerator.py @ 7692:8fb42f41ef10 issue2550923_computed_property
merge in default branch to see if ti clears a travis-ci build error on 2.7 python; default branch builds fine
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:10:29 -0400 |
| parents | 978285986b2c |
| children |
line wrap: on
line diff
--- a/roundup/cgi/TAL/TALGenerator.py Mon Jul 10 17:31:34 2023 -0400 +++ b/roundup/cgi/TAL/TALGenerator.py Mon Sep 11 00:10:29 2023 -0400 @@ -16,7 +16,6 @@ """ import re -import cgi from . import TALDefs @@ -25,6 +24,7 @@ from .TALDefs import parseSubstitution from .TranslationContext import TranslationContext, DEFAULT_DOMAIN +from roundup.anypy.cgi_ import cgi from roundup.anypy.html import html_escape I18N_REPLACE = 1
