From f9abcfad4e3c038068152ebbbcead1bfc8329145 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 24 Sep 2009 01:56:23 +0000 Subject: [PATCH] Added a stub to avoid breaking sfa. --- sfatables/runtime.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sfatables/runtime.py b/sfatables/runtime.py index 0cfac142..9e9b49aa 100644 --- a/sfatables/runtime.py +++ b/sfatables/runtime.py @@ -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: -- 2.43.0