From 737e3b175886618eb28b46f3feed218fdad9c517 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 17 Dec 2016 17:12:56 +0100 Subject: build: use matroska.py & file2string.py as python modules --- TOOLS/matroska.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS/matroska.py') diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py index 6e843560da..3f8ebd7dd6 100755 --- a/TOOLS/matroska.py +++ b/TOOLS/matroska.py @@ -285,8 +285,8 @@ parse_elems(elements_ebml, 'EBML') parse_elems(elements_matroska, 'MATROSKA') def printf(out, *args): - out.write(' '.join([str(x) for x in args])) - out.write('\n') + out.write(u' '.join([str(x) for x in args])) + out.write(u'\n') def generate_C_header(out): printf(out, '// Generated by TOOLS/matroska.py, do not edit manually') -- cgit v1.2.3