def resources(project, filename): return send_from_directory( os.path.abspath(join(project.get_folder(), '_resources/original')), filename)