Files
palemoon27/testing/mozbase/mozprocess/tests/procnonewline.py
T

4 lines
77 B
Python

import sys
print "this is a newline"
sys.stdout.write("this has NO newline")