X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlrule.py;h=d8b30dcf869612377cd76147fd1be53d8dc283ab;hb=56c83fbbe57587bc321f73b1ca31cc3d592a707e;hp=1a31711ea9f9e92309002a10aa33ca8f0f910152;hpb=73b163a7ea35209e0675a7c7cef367946928a96f;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)