61
61
list_lib = build_list_py_files('lib')
62
62
list_subjects = build_list_py_files('subjects', no_top_level=True)
63
63
list_exercises = build_list_py_files('exercises', no_top_level=True)
73
73
# Make sure that the files generated by conf are in the list
74
74
# (since listmake is typically run before conf)