Files
UXP-Fixed/testing/mozbase/mozprocess/tests/procnonewline.py
T
2018-02-02 04:16:08 -05:00

4 lines
77 B
Python

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