Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
b557fdbb754e1d9f6b222ecb426785beb112db04
/
.
/
python
/
testData
/
mover
/
oneLineCompoundOutside.py
blob: 3f17b74d0fbb24ea6b5de4ec071678344113f291 [
file
] [
log
] [
blame
]
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
6
else
:
b
=
2