summaryrefslogtreecommitdiff
path: root/python/testData/mover/doubleIf_afterUp.py
blob: 51dd66023951fb4e71311e647cd54bd9fec66800 (plain)
1
2
3
4
5
if condition1:
    if condition:
        test1()
    else:
        test2()