comparison: testing/mozbase/mozprocess/tests/procnonewline.py
testing/mozbase/mozprocess/tests/procnonewline.py
- changeset 1
- ca08bd8f51b2
equal
deleted
inserted
replaced
|
1 import sys |
|
2 print "this is a newline" |
|
3 sys.stdout.write("this has NO newline") |