Mercurial > p > roundup > code
diff roundup/cgi/PageTemplates/TALES.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 |
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/TALES.py Tue May 03 13:16:28 2022 -0400 +++ b/roundup/cgi/PageTemplates/TALES.py Wed May 04 15:28:30 2022 -0400 @@ -24,7 +24,6 @@ from roundup.cgi import ZTUtils from weakref import ref from .MultiMapping import MultiMapping -from .GlobalTranslationService import getGlobalTranslationService ustr = str
