109
109
def expand_home_dir_files( files ):
110
110
"""Returns a unique, sorted list of relative filenames, calculated from the list
111
111
provided, which is made up from individual files and directories
118
119
home_dir_prefix = os.path.realpath( the.full_home_dir ) + os.sep
120
121
# iterate through file list