import os # The root of the miniq queue files and job definitions MINIQ_ROOT = '/nfs/storage/miniq' if 'MINIQ_ROOT' in os.environ: MINIQ_ROOT = os.environ['MINIQ_ROOT']