Sfoglia il codice sorgente

Remove unused 'IS_PY3'

Matthew Wang 11 anni fa
parent
commit
c929b5fc3a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      cdiff.py

+ 0
- 1
cdiff.py Vedi File

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