23
23
from inventory import Inventory
24
24
from trace import mutter, note
25
25
from osutils import pumpfile, compare_files, filesize, quotefn, sha_file, \
26
joinpath, splitpath, appendpath, isdir, isfile, file_kind
26
joinpath, splitpath, appendpath, isdir, isfile, file_kind, fingerprint_file
27
27
from errors import bailout
29
29
from stat import S_ISREG, S_ISDIR, ST_MODE, ST_SIZE