summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprocess/tests/procnonewline.py
blob: 428a02bcb53639a41fac7afc93b970632a40cbdb (plain)
1
2
3
import sys
print "this is a newline"
sys.stdout.write("this has NO newline")