Browse Source

Adaption to new logging concept

master
Dirk Alders 3 years ago
parent
commit
11166bb27a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      __init__.py

+ 0
- 2
__init__.py View File

28
 from geo import osm
28
 from geo import osm
29
 from geo import sun
29
 from geo import sun
30
 
30
 
31
-logger_name = 'GEO'
32
-
33
 __DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots.
31
 __DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots.
34
 For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
32
 For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
35
 """The Module Description"""
33
 """The Module Description"""

Loading…
Cancel
Save