Skip to content

Commit

Permalink
Remove unused 'IS_PY3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ymattw committed Feb 23, 2013
1 parent 176bd40 commit c929b5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdiff.py
Expand Up @@ -22,7 +22,6 @@

if sys.hexversion < 0x02050000:
raise SystemExit("*** Requires python >= 2.5.0")
IS_PY3 = sys.hexversion >= 0x03000000

import re
import subprocess
Expand Down

0 comments on commit c929b5f

Please sign in to comment.