def load_mrjob_conf(conf_path=None): """Shortcut for automatically loading mrjob.conf from one of the predefined locations and returning the de-YAMLed object """ conf_path = real_mrjob_conf_path(conf_path) return conf_object_at_path(conf_path)