summaryrefslogtreecommitdiff
path: root/python/testData/mover/moveDownOut_afterDown.py
blob: bc5641c09592a667b1e75c0f7dedc0ccc0680f6e (plain)
1
2
3
4
5
if condition:
    if condition2:
        print "test"
    print "test1"
print "test2"