X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlrule.py;h=c363ab925a42775b45dea4882903e7dcd0bba66b;hb=e57b7150dee76d42fc15f9477a3045e5171c8878;hp=fb0ef79da458b80cada46144e17857d01f19edbd;hpb=de9697271869dfd4a488eeb1a9dacb881f7e5f07;p=sfa.git diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index fb0ef79d..c363ab92 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -17,7 +17,7 @@ class XMLRule: processor = self.processors[type] # XXX TO CLEAN UP - filepath = 'processors/' + processor + filepath = os.path.join(sfatables_config, 'processors', processor) # XXX styledoc = libxml2.parseFile(filepath)