Home | History | Annotate | Download | only in releasetools

Lines Matching full:line

45       in which they appear on the command line.
177 for line in data.split("\n"):
178 line = line.strip()
179 original_line = line
180 if line and line[0] != '#':
181 key, value = line.split("=", 1)
193 line = key + "=" + value
194 if line != original_line:
196 print " with: ", line
197 output.append(line)