DEBSOURCES
Skip Quicknav
sources / python-parsl / 2025.01.13%2Bds-1 / parsl / tests / utils.py
12345
import os def get_config(filename): return os.path.join(os.path.dirname(__file__), 'configs', filename)