diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-27 00:11:54 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-27 00:11:54 +1000 |
commit | 13ff9d7e48ab1574b36473f75701cc7f7c1e461a (patch) | |
tree | 3e82c88b2c484170ed365e4f7fbbd269f451cbf9 /src/setup-dbg.py | |
parent | 3e7b0632d6522ff8e57dd685176d138eb16265e1 (diff) | |
download | python-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.tar.gz python-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.tar.xz python-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.zip |
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.
Diffstat (limited to 'src/setup-dbg.py')
-rw-r--r-- | src/setup-dbg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup-dbg.py b/src/setup-dbg.py index 988c3f3..e0a2358 100644 --- a/src/setup-dbg.py +++ b/src/setup-dbg.py @@ -8,7 +8,7 @@ setup( author = "Nima Talebi & David Sommerseth", author_email = "nima@it.net.au, davids@redhat.com", url = "http://projects.autonomy.net.au/python-dmidecode/", - data_files = [ ('share/python-dmidecode-dbg', ['src/py-map.xml', 'src/py-typemap.xml']) ], + data_files = [ ('share/python-dmidecode-dbg', ['src/pymap.xml']) ], ext_modules = [ Extension( "dmidecode", |