Mercurial > p > roundup > code
diff roundup/cgi/engine_zopetal.py @ 6665:bd4097fa0671
remove code supporting unused global translation service
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 04 May 2022 15:28:30 -0400 |
| parents | 408fd477761f |
| children | b8e63e65d9a8 |
line wrap: on
line diff
--- a/roundup/cgi/engine_zopetal.py Tue May 03 13:16:28 2022 -0400 +++ b/roundup/cgi/engine_zopetal.py Wed May 04 15:28:30 2022 -0400 @@ -9,7 +9,7 @@ import os.path from roundup.cgi.templating import StringIO, context, TALLoaderBase -from roundup.cgi.PageTemplates import PageTemplate, GlobalTranslationService +from roundup.cgi.PageTemplates import PageTemplate from roundup.cgi.PageTemplates.Expressions import getEngine from roundup.cgi.TAL import TALInterpreter
