| Tor Norbye | 3a2425a | 2013-11-04 10:16:08 -0800 | [diff] [blame] | 1 | if condition: |
| 2 | pass | ||||
| 3 | elif other_condition: | ||||
| 4 | if another_one: | ||||
| 5 | if T<caret>rue: a = 1 # <- move statement up here | ||||
| Tor Norbye | 814f829 | 2014-03-06 17:27:18 -0800 | [diff] [blame^] | 6 | else: b = 2 |