Explorar el Código

Remove unused 'IS_PY3'

Matthew Wang hace 11 años
padre
commit
c929b5fc3a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      cdiff.py

+ 0
- 1
cdiff.py Ver fichero

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