From eaa2c53e82e8260e5055db7ce8663b3e89957895 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 41399bc..7747f8e 100644 --- a/__init__.py +++ b/__init__.py @@ -37,8 +37,6 @@ except ImportError: logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) -__INTERPRETER__ = (3, ) -"""The supported Interpreter-Versions""" __DESCRIPTION__ = """This Module helps implementing state machines.""" """The Module description"""