From 13ff9d7e48ab1574b36473f75701cc7f7c1e461a Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Wed, 27 May 2009 00:11:54 +1000 Subject: WIP commit Merged the two XML files into one, and amended relevant code. I still want to modify the XML tag names, but not yet. The calls to dmidecode.type() not function as expected, but the others are broken - this is next. --- src/config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 4fd5f41..add77cc 100644 --- a/src/config.h +++ b/src/config.h @@ -24,11 +24,7 @@ #endif #ifndef PYTHON_XML_MAP -#define PYTHON_XML_MAP "/usr/share/python-dmidecode/py-map.xml" -#endif - -#ifndef PYTHON_XML_TYPEMAP -#define PYTHON_XML_TYPEMAP "/usr/share/python-dmidecode/py-typemap.xml" +#define PYTHON_XML_MAP "/usr/share/python-dmidecode/pymap.xml" #endif #endif -- cgit