From 7fe492dce2c2d7429a03560e1d14f68108577f51 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 c35da5e..d61199e 100644 --- a/__init__.py +++ b/__init__.py @@ -57,8 +57,6 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed to help with python logging and to support some handlers for logging to memory. For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_') """The Module Description""" -__INTERPRETER__ = (3, ) -"""The Tested Interpreter-Versions""" JOURNAL_FMT = "%(levelname)8s - %(name)s - %(message)s" """ A short journal formatter including the most important information"""