소스 검색

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…
취소
저장