removed support for multiple interpreters

This commit is contained in:
Dirk Alders 2025-08-17 14:34:38 +02:00
parent e8d878604f
commit 6142649b3d

View File

@ -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, ...). __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('_', '\\_') For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_')
"""The Module Description""" """The Module Description"""
__INTERPRETER__ = (3, )
"""The Tested Interpreter-Versions"""
__all__ = ['gzip_compress', __all__ = ['gzip_compress',
'gzip_extract', 'gzip_extract',