Dactyloidae/testing/mozbase/mozprocess/tests/procnonewline.py

3 lines
77 B
Python

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