comparison libervia/pages/login/page_meta.py @ 1239:f511f8fbbf8a

fixed shebangs
author Goffi <goffi@goffi.org>
date Wed, 29 Jan 2020 10:06:01 +0100
parents 15f90fd688b5
children 24e2973378f6
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 3
4 from sat.core.i18n import _ 4 from sat.core.i18n import _
5 from sat.core import exceptions 5 from sat.core import exceptions
6 from libervia.server.constants import Const as C 6 from libervia.server.constants import Const as C
7 from libervia.server import session_iface 7 from libervia.server import session_iface