The request context would need to be fetched in a more elaborate way at some point...
[sfa.git] / sfa / rspecs / aggregates / rspec_manager_pl.py
1 # Nothing here for now.
2
3 def fetch_context(slice_hrn, user_hrn, contexts):
4     base_context = {'sfa':{'user':{'hrn':user_hrn}}}
5     return base_context