Get basic rules that operate on hrns working again.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 22 Oct 2009 20:51:57 +0000 (20:51 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 22 Oct 2009 20:51:57 +0000 (20:51 +0000)
sfa/rspecs/aggregates/rspec_manager_pl.py

index 92a32c4..fb0bad7 100644 (file)
@@ -1,4 +1,5 @@
 # Nothing here for now.
 
 def fetch_context(slice_hrn, user_hrn, contexts):
-    return None
+    base_context = {'hrn':user_hrn}
+    return base_context