Adds new import required for extract_hash

Fixes #38443
This commit is contained in:
Loren Gordon 2016-12-26 12:09:47 -05:00
parent 4c4f07ca4c
commit b2925ad7b7

View file

@ -27,6 +27,7 @@ import hashlib # do not remove, used in imported file.py functions
import errno # do not remove, used in imported file.py functions
import shutil # do not remove, used in imported file.py functions
import re # do not remove, used in imported file.py functions
import string # do not remove, used in imported file.py functions
import sys # do not remove, used in imported file.py functions
import fileinput # do not remove, used in imported file.py functions
import fnmatch # do not remove, used in imported file.py functions