55
55
# But stupid windows and line-ending conversions.
56
56
# It is too much work to make sys.stdout be in binary mode.
57
57
# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65443
59
59
'import sys; sys.stdout.write(sys.stdin.read())']
60
60
new_content = content.replace('\n', '\r\n')