simplify

tests/tryfinally.py

23:929af7341cec
2006-07-23 paulb Made tests usable for annotation purposes.
     1 try:     2     x.y()     3 finally:     4     y.x()