From c0a8e32b60610eac7f56b02b69f6fb110175ed01 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 17 Aug 2025 14:32:55 +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 2555689..0a309d0 100644 --- a/__init__.py +++ b/__init__.py @@ -39,8 +39,6 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed to store information in {\\tt json} or {\\tt pickle} files to support them much faster then generating them from the original source file. For more Information read the documentation.""" % __name__.replace('_', '\\_') """The Module Description""" -__INTERPRETER__ = (3, ) -"""The Tested Interpreter-Versions""" class property_cache_pickle(object):