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