Adaption to new logging concept

This commit is contained in:
Dirk Alders 2021-01-14 01:11:13 +01:00
parent f59b19ed1f
commit 11166bb27a

View File

@ -28,8 +28,6 @@ from geo import gps
from geo import osm from geo import osm
from geo import sun from geo import sun
logger_name = 'GEO'
__DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots. __DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots.
For more Information read the sphinx documentation.""" % __name__.replace('_', '\_') For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
"""The Module Description""" """The Module Description"""