Mercurial > libervia-web
comparison libervia/pages/blog/view/page_meta.py @ 1239:f511f8fbbf8a
fixed shebangs
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 29 Jan 2020 10:06:01 +0100 |
parents | acec8e9185db |
children | 8aff742d0dd0 |
comparison
equal
deleted
inserted
replaced
1238:f55056bb67d4 | 1239:f511f8fbbf8a |
---|---|
1 #!/usr/bin/env python3 | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 2 |
3 import unicodedata | 3 import unicodedata |
4 import re | 4 import re |
5 import html | 5 import html |
6 from libervia.server.constants import Const as C | 6 from libervia.server.constants import Const as C |
7 from twisted.words.protocols.jabber import jid | 7 from twisted.words.protocols.jabber import jid |