From c10e8792abb05671dab6de51cdadda3bf8ead50f Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 May 2022 21:11:27 +0200 Subject: [PATCH] python2 removed --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index dd94599..208b4a2 100644 --- a/__init__.py +++ b/__init__.py @@ -58,7 +58,7 @@ except ImportError: __DESCRIPTION__ = """The Module {\\tt %s} is designed to help on all issues with files and folders. For more Information read the documentation.""" % __name__.replace('_', '\_') """The Module Description""" -__INTERPRETER__ = (2, 3) +__INTERPRETER__ = (3, ) """The Tested Interpreter-Versions"""