From d78f7e82ec72a706cf41e2bda09cafb6360adcad Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 17 Jan 2014 04:46:19 +0000 Subject: [PATCH] Port some commented-out print() calls --- PIL/OleFileIO.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PIL/OleFileIO.py b/PIL/OleFileIO.py index 93a00e875..8416554bd 100644 --- a/PIL/OleFileIO.py +++ b/PIL/OleFileIO.py @@ -112,7 +112,7 @@ class _OleStream(io.BytesIO): data = b"".join(data) - # print len(data), size + # print(len(data), size) io.BytesIO.__init__(self, data[:size]) @@ -501,8 +501,8 @@ class OleFileIO: # FIXME: add support for VT_VECTOR - #print "%08x" % id, repr(value), - #print "(%s)" % VT[i32(s, offset) & 0xFFF] + #print("%08x" % id, repr(value), end=" ") + #print("(%s)" % VT[i32(s, offset) & 0xFFF]) data[id] = value