Home | History | Annotate | Download | only in src

Lines Matching defs:files

10 files = [file (x) for x in sys.argv[1:]]
12 headers = [[files[0].readline (), files[0].readline ()], [files[2].readline (), files[2].readline ()]]
14 while files[0].readline ().find ('##################') < 0:
250 print " * on files with these headers:"
261 read_blocks (files[2])
262 print_joining_table (files[0])
263 print_shaping_table (files[1])