36
36
Walker destination: home dir
37
37
Walker traversing: repo (or a provided file list, which may include stuff
38
38
that no longer exists in the repo
41
42
def __init__( self, walk_files = None ):
43
43
self.src_dir = the.repo.full_dir
44
44
self.dst_dir = the.full_home_dir
45
45
self.walk_list = walk_files if walk_files is not None else \
51
51
def print_op( self, rel_file, operation ):