X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlrule.py;fp=sfatables%2Fxmlrule.py;h=d8b30dcf869612377cd76147fd1be53d8dc283ab;hb=f58fc949070f5f17d4dea42aa31b6d72ed6073ec;hp=1a31711ea9f9e92309002a10aa33ca8f0f910152;hpb=f2c5cd033b7f43896a32fca67f79f2979af1c44f;p=sfa.git diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 1a31711e..d8b30dcf 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -10,7 +10,6 @@ class XMLRule: filepath = os.path.join(sfatables_config, 'processors', processor) # XXX - print filepath styledoc = libxml2.parseFile(filepath) style = libxslt.parseStylesheetDoc(styledoc) result = style.applyStylesheet(doc, None)