From 9ef770c24e2d79280f5ae0009a98c44535448ffe Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 27 Apr 2013 16:45:58 +0200 Subject: Fix a merge mistake --- mat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat b/mat index 6151c86..d996708 100755 --- a/mat +++ b/mat @@ -105,7 +105,7 @@ def list_supported(): handler = mat.XMLParser() parser = xml.sax.make_parser() parser.setContentHandler(handler) - path = os.path.join(mat.get_formats(), 'FORMATS') + path = os.path.join(mat.get_datadir(), 'FORMATS') with open(path, 'r') as xmlfile: parser.parse(xmlfile) -- cgit v1.3