aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/py3k.py
blob: 5f2961a6a67b8d72b5568363d1e2a2bd26f2f733 (plain)
1
2
def printToFile(f, str):
    print(str, file=f)