summaryrefslogtreecommitdiff
path: root/python/testData/mover/with_afterUp.py
blob: 18226011d47c246ac0bf9eaa80f75ead3b005287 (plain)
1
2
3
4
5
6
def temp(filepath):
    a = 1
    l = f.readlines()
    with open(filepath) as f:
        for line in l:
            a = 1