X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fruntime.py;h=0a73482afada6920c53d75fcae7b679c0c3ee69e;hb=e57b7150dee76d42fc15f9477a3045e5171c8878;hp=0cfac1427fb6f4d757c0b12988000b0131886164;hpb=46d88522f413cd62c60b081b296634444564813e;p=sfa.git diff --git a/sfatables/runtime.py b/sfatables/runtime.py index 0cfac142..0a73482a 100644 --- a/sfatables/runtime.py +++ b/sfatables/runtime.py @@ -7,7 +7,6 @@ import libxml2 from optparse import OptionParser from sfatables import commands, matches, targets -from sfatables.xmlextension import Xmlextension from sfatables.globals import * from sfatables.commands.List import * from sfatables.xmlrule import * @@ -22,6 +21,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: