Commit f3dc0d66758e86a0db868d05f90293a644fd8049
1 parent
75458c28
print compliant python3.5
Showing
1 changed file
with
1 additions
and
1 deletions
oletools/ppt_parser.py
| @@ -1570,4 +1570,4 @@ def iterative_decompress(stream, size, chunk_size=4096): | @@ -1570,4 +1570,4 @@ def iterative_decompress(stream, size, chunk_size=4096): | ||
| 1570 | 1570 | ||
| 1571 | 1571 | ||
| 1572 | if __name__ == '__main__': | 1572 | if __name__ == '__main__': |
| 1573 | - print 'nothing here to run!' | 1573 | + print('nothing here to run!') |