diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 04:09:58 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 04:09:58 +1000 |
commit | 64d2c31c902439eb0e62471fe97086bf217e7926 (patch) | |
tree | 56668bceed0ac3a4b1715966b03cd346971e792d /src/config.h | |
parent | 6ff73a634b11dacfd246ea8bdb6df3e51cda5118 (diff) | |
download | python-dmidecode-64d2c31c902439eb0e62471fe97086bf217e7926.tar.gz python-dmidecode-64d2c31c902439eb0e62471fe97086bf217e7926.tar.xz python-dmidecode-64d2c31c902439eb0e62471fe97086bf217e7926.zip |
Follow-up on recent XML config file rename
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 8eb38ad..4fd5f41 100644 --- a/src/config.h +++ b/src/config.h @@ -24,11 +24,11 @@ #endif #ifndef PYTHON_XML_MAP -#define PYTHON_XML_MAP "/usr/share/python-dmidecode/pythonmap.xml" +#define PYTHON_XML_MAP "/usr/share/python-dmidecode/py-map.xml" #endif #ifndef PYTHON_XML_TYPEMAP -#define PYTHON_XML_TYPEMAP "/usr/share/python-dmidecode/typemap.xml" +#define PYTHON_XML_TYPEMAP "/usr/share/python-dmidecode/py-typemap.xml" #endif #endif |