comparison pages/documentation/page_meta.py @ 28:e7c7327f9f25

refactoring: fix imports and names in doc following modules hierarchy refactoring
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 17:48:38 +0200
parents 5fd933e238bb
children
comparison
equal deleted inserted replaced
27:b2d26ffce40d 28:e7c7327f9f25
1 #!/usr/bin/env python2.7 1 #!/usr/bin/env python2.7
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 from sat.core.log import getLogger 4 from libervia.backend.core.log import getLogger
5 from sat.core.i18n import _ 5 from libervia.backend.core.i18n import _
6 6
7 log = getLogger(__name__) 7 log = getLogger(__name__)
8 8
9 name = "documentation" 9 name = "documentation"
10 template = "doc/doc.html" 10 template = "doc/doc.html"