diff --git a/lizmap_server/server_info_handler.py b/lizmap_server/server_info_handler.py index f3a1e938..acd6e46c 100755 --- a/lizmap_server/server_info_handler.py +++ b/lizmap_server/server_info_handler.py @@ -14,12 +14,12 @@ from qgis.PyQt.QtGui import QFontDatabase from qgis.server import QgsServerOgcApi, QgsServerOgcApiHandler -from lizmap_server.exception import ServiceError -from lizmap_server.tools import check_environment_variable, to_bool - # FCGI or others from qgis.utils import pluginMetadata, server_active_plugins +from lizmap_server.exception import ServiceError +from lizmap_server.tools import check_environment_variable, to_bool + try: # Py-QGIS-Server # noinspection PyUnresolvedReferences