diff options
| author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-20 16:26:43 +0000 |
|---|---|---|
| committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-20 16:26:43 +0000 |
| commit | 181dbf623e793005c0293a769ee669eec06a3fad (patch) | |
| tree | 13d4ef73a703c6893266375fa4b34703e33a3941 /src/dmidecodemodule.c | |
| parent | fe4e406114752c7d61280f32b4af84cdc2504b4d (diff) | |
| download | python-dmidecode-181dbf623e793005c0293a769ee669eec06a3fad.tar.gz python-dmidecode-181dbf623e793005c0293a769ee669eec06a3fad.tar.xz python-dmidecode-181dbf623e793005c0293a769ee669eec06a3fad.zip | |
Cleanup.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@137 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'src/dmidecodemodule.c')
| -rw-r--r-- | src/dmidecodemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmidecodemodule.c b/src/dmidecodemodule.c index 3030b97..31f4631 100644 --- a/src/dmidecodemodule.c +++ b/src/dmidecodemodule.c @@ -282,7 +282,7 @@ static PyMethodDef DMIDataMethods[] = { PyMODINIT_FUNC initdmidecode(void) { init(); - PyObject *module = Py_InitModule3((char *)"dmidecode", DMIDataMethods, "Testing"); + PyObject *module = Py_InitModule3((char *)"dmidecode", DMIDataMethods, "Python extension module for dmidecode"); PyObject *version = PyString_FromString("2.10"); Py_INCREF(version); |
