Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6664:ac0df9272162 | 6665:bd4097fa0671 |
|---|---|
| 22 | 22 |
| 23 import re, sys | 23 import re, sys |
| 24 from roundup.cgi import ZTUtils | 24 from roundup.cgi import ZTUtils |
| 25 from weakref import ref | 25 from weakref import ref |
| 26 from .MultiMapping import MultiMapping | 26 from .MultiMapping import MultiMapping |
| 27 from .GlobalTranslationService import getGlobalTranslationService | |
| 28 | 27 |
| 29 ustr = str | 28 ustr = str |
| 30 | 29 |
| 31 StringType = type('') | 30 StringType = type('') |
| 32 | 31 |
