def get_env_source(self): with open(pjoin(self.env["T"], "environment"), "rb") as f: return data_source.bytes_data_source(f.read())