diff options
Diffstat (limited to 'module/unescape.py')
-rw-r--r-- | module/unescape.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/unescape.py b/module/unescape.py index d8999e077..74e7b5c67 100644 --- a/module/unescape.py +++ b/module/unescape.py @@ -1,3 +1,3 @@ from module.utils import html_unescape #deprecated -unescape = html_unescape
\ No newline at end of file +unescape = html_unescape |