Ver código fonte

Remove unused 'IS_PY3'

Matthew Wang 11 anos atrás
pai
commit
c929b5fc3a
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      cdiff.py

+ 0
- 1
cdiff.py Ver arquivo

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