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"""