simplify

tests/if.py

23:929af7341cec
2006-07-23 paulb Made tests usable for annotation purposes.
     1 if a:     2     x = 1     3 elif b:     4     x = 2     5 else:     6     x = 3