X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlextension.py;h=412419b064e9e986e5fe6a1930a33ee32465902f;hb=cf172a653c1d69c73fe5ff7cd93b4cee8187ab79;hp=84e336fa1813f47816c0bb4299c0522ec5804336;hpb=c6f2a8917e5c158fd7c8b73f52ff31ca99d6f395;p=sfa.git diff --git a/sfatables/xmlextension.py b/sfatables/xmlextension.py index 84e336fa..412419b0 100644 --- a/sfatables/xmlextension.py +++ b/sfatables/xmlextension.py @@ -13,8 +13,10 @@ class Xmlextension: operand = "VALUE" arguments = [] - def __init__(self, component_name): - filename = match_dir+"/"+component_name+".xml" + def __init__(self, dir, component_name): + filename = dir+"/"+component_name+".xml" + import pdb + pdb.set_trace() self.xmldoc = libxml2.parseFile(filename) # TODO: Check xmldoc against a schema