Mercurial > libervia-backend
diff libervia/backend/plugins/plugin_misc_text_syntaxes.py @ 4074:26b7ed2817da
refactoring: rename `sat_frontends` to `libervia.frontends`
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 02 Jun 2023 14:12:38 +0200 |
parents | 4b842c1fb686 |
children | ba28ca268f4a |
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_misc_text_syntaxes.py Fri Jun 02 12:59:21 2023 +0200 +++ b/libervia/backend/plugins/plugin_misc_text_syntaxes.py Fri Jun 02 14:12:38 2023 +0200 @@ -203,7 +203,7 @@ TextSyntaxes.OPT_NO_THREAD, ) # TODO: text => XHTML should add <a/> to url like in frontends - # it's probably best to move sat_frontends.tools.strings to sat.tools.common or similar + # it's probably best to move libervia.frontends.tools.strings to sat.tools.common or similar self.add_syntax( self.SYNTAX_TEXT, lambda text: escape(text),