Added a stub to avoid breaking sfa.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 24 Sep 2009 01:56:23 +0000 (01:56 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 24 Sep 2009 01:56:23 +0000 (01:56 +0000)
sfatables/runtime.py

index 0cfac14..9e9b49a 100644 (file)
@@ -22,6 +22,9 @@ class SFATablesRules:
         return
 
 
+    def set_context(self, request_context):
+        return
+
     def apply(self, rspec):
         intermediate_rspec = rspec
         for rule in self.sorted_rule_list: