From 877ba5a47b605067e134ad7c51c378f14dc76a35 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 17 Aug 2025 14:34:38 +0200 Subject: [PATCH] removed support for multiple interpreters --- __init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/__init__.py b/__init__.py index 932fc61..d7d53ce 100644 --- a/__init__.py +++ b/__init__.py @@ -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"""