瀏覽代碼

Remove unused 'IS_PY3'

Matthew Wang 11 年之前
父節點
當前提交
c929b5fc3a
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      cdiff.py

+ 0
- 1
cdiff.py 查看文件

@@ -22,7 +22,6 @@ import sys
22 22
 
23 23
 if sys.hexversion < 0x02050000:
24 24
     raise SystemExit("*** Requires python >= 2.5.0")
25
-IS_PY3 = sys.hexversion >= 0x03000000
26 25
 
27 26
 import re
28 27
 import subprocess