summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/file_test_runme.py
blob: 64154c61917e6c32f359c776d5dc21d5d724ddda (plain)
1
2
3
4
5
6
7
8
9
import sys
import file_test

file_test.nfile(sys.stdout)

cstdout = file_test.GetStdOut()

file_test.nfile(cstdout)
file_test.nfile_name("test.dat")