From f3dc0d66758e86a0db868d05f90293a644fd8049 Mon Sep 17 00:00:00 2001 From: Sébastien Larinier Date: Tue, 19 Jul 2016 11:36:30 +0200 Subject: [PATCH] print compliant python3.5 --- oletools/ppt_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oletools/ppt_parser.py b/oletools/ppt_parser.py index eb6d1c2..2f8ecd4 100644 --- a/oletools/ppt_parser.py +++ b/oletools/ppt_parser.py @@ -1570,4 +1570,4 @@ def iterative_decompress(stream, size, chunk_size=4096): if __name__ == '__main__': - print 'nothing here to run!' + print('nothing here to run!') -- libgit2 0.21.4