1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/testing/mozbase/mozprocess/tests/procnonewline.py
T

4 lines
77 B
Python

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