diff --git a/__init__.py b/__init__.py index 074b298..eeb4db3 100644 --- a/__init__.py +++ b/__init__.py @@ -48,8 +48,6 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed to help with some function which don't have an own Module (yet). For more Information read the documentation.""" % __name__.replace('_', '\\_') """The Module Description""" -__INTERPRETER__ = (2, 3) -"""The Tested Interpreter-Versions""" class continues_statistic(dict):