From 7f2b90c99030ac39f5bf7bfd92d1dd3d6c3657fa Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 May 2022 21:15:10 +0200 Subject: [PATCH] python2 removed --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 6bab0fc..102d4a6 100644 --- a/__init__.py +++ b/__init__.py @@ -50,7 +50,7 @@ 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__ = (2, 3) +__INTERPRETER__ = (3, ) """The Tested Interpreter-Versions""" SID_AUTH_REQUEST = 0