updated folder structure

This commit is contained in:
Michael Herman 2016-12-17 09:22:43 -07:00
parent c3b10a3008
commit 4e54276ad4
39 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import os
# constants # constants
PATH = './' PATH = './'
PATTERN = '*.py' PATTERN = '*.md'
def get_file_names(filepath, pattern): def get_file_names(filepath, pattern):
@ -28,4 +28,4 @@ def output_files(list_of_files):
if __name__ == '__main__': if __name__ == '__main__':
all_files = get_file_names(PATH, PATTERN) get_file_names(PATH, PATTERN)