Commit ff558b650825489016e722543d0093b26a626982

Authored by Philippe Lagadec
Committed by GitHub
2 parents 586b5857 6645d193

Merge pull request #322 from mhwong2007/patch-2

Import reduce from functools
Showing 1 changed file with 2 additions and 0 deletions
oletools/olevba3.py
... ... @@ -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:
... ...