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 = line180 if line and line[0] != '#':181 key, value = line.split("=", 1)193 line = key + "=" + value194 if line != original_line:196 print " with: ", line197 output.append(line)