import sys
for l in sys.stdin:
        sys.stdout.write(l)

-- George

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to