summaryrefslogtreecommitdiffstats
path: root/src/dmidecodemodule.c
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-23 14:37:01 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-23 14:37:01 +1000
commita18a72fab2a622077d5257003b09be30ab283339 (patch)
tree6325f80f94bea1cba7f1018a58d8a3f4826606e3 /src/dmidecodemodule.c
parent90c5bac90b3366b897d7c34a4bba2a31e608b62c (diff)
downloadpython-dmidecode-a18a72fab2a622077d5257003b09be30ab283339.tar.gz
python-dmidecode-a18a72fab2a622077d5257003b09be30ab283339.tar.xz
python-dmidecode-a18a72fab2a622077d5257003b09be30ab283339.zip
More cleanup
Don't write to stdout unless in debug mode (with respect to writing to memory devices. Added the xml datafile to setup (distutils). Updated test case (incorporating color and cleaning up tests).
Diffstat (limited to 'src/dmidecodemodule.c')
-rw-r--r--src/dmidecodemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmidecodemodule.c b/src/dmidecodemodule.c
index 20739a1..1b56837 100644
--- a/src/dmidecodemodule.c
+++ b/src/dmidecodemodule.c
@@ -488,7 +488,7 @@ PyMODINIT_FUNC initdmidecode(void)
module = Py_InitModule3((char *)"dmidecode", DMIDataMethods,
"Python extension module for dmidecode");
- version = PyString_FromString("2.10");
+ version = PyString_FromString("3.10.6");
Py_INCREF(version);
PyModule_AddObject(module, "version", version);