simplify

tests/tryfinally.py

14:7c40ee4eea88
2006-07-15 paulb Split up the original test.
     1 try:     2     x.y()     3 finally:     4     y.x()