diff --git a/__init__.py b/__init__.py index 413d73b..00bddcf 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 support functionality for strings (e.g. transfer strings via a bytestream, compressing, extracting, ...). For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_') """The Module Description""" -__INTERPRETER__ = (3, ) -"""The Tested Interpreter-Versions""" __all__ = ['gzip_compress', 'gzip_extract',