Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 6856:c27276e0bdce
flake8 undefined symbol fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 22:55:19 -0400 |
| parents | 234fefd7568a |
| children | 96be63649c92 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Wed Aug 31 22:32:08 2022 -0400 +++ b/roundup/cgi/templating.py Wed Aug 31 22:55:19 2022 -0400 @@ -38,6 +38,7 @@ from .KeywordsExpr import render_keywords_expression_editor from roundup.cgi.timestamp import pack_timestamp +from roundup.cgi import TranslationService import roundup.anypy.random_ as random_ try:
