aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/netrc/print_netrc.py
blob: 5c25814f84963684554796eb7ce9fa38d6df7ab1 (plain)
1
2
with open('./test/testdata/netrc/netrc', encoding='utf-8') as fp:
    print(fp.read())