removed support for multiple interpreters

This commit is contained in:
Dirk Alders 2025-08-17 14:32:55 +02:00
parent 56749b17a3
commit 628e72cce0

View File

@ -70,5 +70,3 @@ __DEPENDENCIES__ = []
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help on all issues with media files, like tags (e.g. exif, id3) and transformations. __DESCRIPTION__ = """The Module {\\tt %s} is designed to help on all issues with media files, like tags (e.g. exif, id3) and transformations.
For more Information read the documentation.""" % __name__.replace('_', '\\_') For more Information read the documentation.""" % __name__.replace('_', '\\_')
"""The Module Description""" """The Module Description"""
__INTERPRETER__ = (3, )
"""The Tested Interpreter-Versions"""