removed support for multiple interpreters

This commit is contained in:
Dirk Alders 2025-08-17 14:32:55 +02:00
parent 84ebd914f4
commit c0a8e32b60

View File

@ -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):