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"""