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!')