403
403
# We build two separate lists, by walking www and console
404
404
list_www = build_list_py_files('www')
405
405
list_lib = build_list_py_files('lib')
407
407
list_subjects = build_list_py_files('subjects', no_top_level=True)
408
408
list_problems = build_list_py_files('problems', no_top_level=True)
409
409
# Make sure that the files generated by conf are in the list