Lines Matching refs:lines
812 lines = []814 lines.append('Items in the first set but not the second:')816 lines.append(repr(item))818 lines.append('Items in the second set but not the first:')820 lines.append(repr(item))822 standardMsg = '\n'.join(lines)