Peter M. Groen
/
oletools
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f3dc0d66758e86a0db868d05f90293a644fd8049
Authored by
Sébastien Larinier
2016-07-19 11:36:30 +0200
1 parent
75458c28
print compliant python3.5
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
oletools/ppt_parser.py
oletools/ppt_parser.py
View file @
f3dc0d6
...
...
@@ -1570,4 +1570,4 @@ def iterative_decompress(stream, size, chunk_size=4096):
1570
1570
1571
1571
1572
1572
if __name__ == '__main__':
1573
- print 'nothing here to run!'
1573
+ print('nothing here to run!')
...
...