393
393
if not file_list:
395
if sys.platform == 'win32':
396
file_list = win32utils.glob_expand(file_list)
395
# if sys.platform == 'win32':
396
# file_list = win32utils.glob_expand(file_list)
397
397
return list(file_list)
399
399
def _usage(self):