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
Plain Diff
Browse Code ยป
Commit
1ded675adbc8e0460b70ec1a1eb6674a973b23b5
Authored by
decalage2
2018-06-13 23:30:14 +0200
2 parents
8be35290
ff558b65
Merge remote-tracking branch 'origin/master'
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
oletools/olevba3.py
oletools/olevba3.py
View file @
1ded675
...
...
@@ -77,6 +77,8 @@ https://github.com/unixfreak0037/officeparser
77
77
# SOFTWARE.
78
78
79
79
from __future__ import print_function
80
+from functools import reduce
81
+
80
82
81
83
#------------------------------------------------------------------------------
82
84
# CHANGELOG:
...
...