From: Sapan Bhatia Date: Thu, 24 Sep 2009 01:56:23 +0000 (+0000) Subject: Added a stub to avoid breaking sfa. X-Git-Tag: sfa-0.9-3~44 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=f9abcfad4e3c038068152ebbbcead1bfc8329145 Added a stub to avoid breaking sfa. --- 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: