瀏覽代碼

python2 removed

master
Dirk Alders 2 年之前
父節點
當前提交
c10e8792ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      __init__.py

+ 1
- 1
__init__.py 查看文件

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

Loading…
取消
儲存