diff --git a/__init__.py b/__init__.py index 52508f1..c763932 100644 --- a/__init__.py +++ b/__init__.py @@ -28,8 +28,6 @@ from geo import gps from geo import osm from geo import sun -logger_name = 'GEO' - __DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots. For more Information read the sphinx documentation.""" % __name__.replace('_', '\_') """The Module Description"""