python2 removed

This commit is contained in:
Dirk Alders 2022-05-08 21:11:27 +02:00
parent a88e689cac
commit c10e8792ab

View File

@ -58,7 +58,7 @@ except ImportError:
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help on all issues with files and folders. __DESCRIPTION__ = """The Module {\\tt %s} is designed to help on all issues with files and folders.
For more Information read the documentation.""" % __name__.replace('_', '\_') For more Information read the documentation.""" % __name__.replace('_', '\_')
"""The Module Description""" """The Module Description"""
__INTERPRETER__ = (2, 3) __INTERPRETER__ = (3, )
"""The Tested Interpreter-Versions""" """The Tested Interpreter-Versions"""