removed support for multiple interpreters

This commit is contained in:
Dirk Alders 2025-08-17 14:34:38 +02:00
parent 94423f2764
commit 877ba5a47b

View File

@ -47,8 +47,6 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
__DESCRIPTION__ = """The Module {\\tt %s} is designed for point to point communication for client-server issues.
For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_')
"""The Module Description"""
__INTERPRETER__ = (3, )
"""The Tested Interpreter-Versions"""
SID_AUTH_REQUEST = 0
"""SID for authentification request"""