Browse Source

python2 removed

master
Dirk Alders 2 years ago
parent
commit
c10e8792ab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      __init__.py

+ 1
- 1
__init__.py View File

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

Loading…
Cancel
Save