ソースを参照

Remove unused 'IS_PY3'

Matthew Wang 13 年 前
コミット
c929b5fc3a
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      cdiff.py

+ 0
- 1
cdiff.py ファイルの表示

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