Commit 1ded675adbc8e0460b70ec1a1eb6674a973b23b5

Authored by decalage2
2 parents 8be35290 ff558b65

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 2 additions and 0 deletions
oletools/olevba3.py
@@ -77,6 +77,8 @@ https://github.com/unixfreak0037/officeparser @@ -77,6 +77,8 @@ https://github.com/unixfreak0037/officeparser
77 # SOFTWARE. 77 # SOFTWARE.
78 78
79 from __future__ import print_function 79 from __future__ import print_function
  80 +from functools import reduce
  81 +
80 82
81 #------------------------------------------------------------------------------ 83 #------------------------------------------------------------------------------
82 # CHANGELOG: 84 # CHANGELOG: