Home | History | Annotate | Download | only in scripts

Lines Matching refs:line

121         for line in inFile:
122 line = line.rstrip()
123 if line.startswith('#'):
124 line = ''
125 if line == '':
127 if line in lineDict:
128 raise KeyError, 'Duplicate value %s' % line
129 lineDict[line] = True
130 print >>merged, line