testing/mozbase/mozprocess/tests/procnonewline.py

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6598ef23cc72
1 import sys
2 print "this is a newline"
3 sys.stdout.write("this has NO newline")

mercurial