Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
tests/if.py
29:6c70feca6247
16:c227a822ddc7
0:1eb049d8af39
2006-07-15
paulb
raw
annotate
files
changeset
graph
Added annotation notes.
1
if
a
:
2
x
=
1
3
elif
b
:
4
x
=
2
5
else
:
6
x
=
3