diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-27 22:16:43 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-27 22:16:43 +0000 |
| commit | 00623b736cc9488ee71c388b0da9a8fb9071cca4 (patch) | |
| tree | 482f8b79772f6633c96205788626065dc7159396 /lib/base/console.cpp | |
| parent | 02b8771e8b60e68dc81e1ce39f3de6f8b9122b73 (diff) | |
| download | enigma2-00623b736cc9488ee71c388b0da9a8fb9071cca4.tar.gz enigma2-00623b736cc9488ee71c388b0da9a8fb9071cca4.zip | |
small cleanup
Diffstat (limited to 'lib/base/console.cpp')
| -rw-r--r-- | lib/base/console.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/base/console.cpp b/lib/base/console.cpp index db501945..b1502d7e 100644 --- a/lib/base/console.cpp +++ b/lib/base/console.cpp @@ -834,9 +834,7 @@ static PyMethodDef module_methods[] = { void eConsoleInit(void) { - PyObject* m; - - m = Py_InitModule3("eConsoleImpl", module_methods, + PyObject* m = Py_InitModule3("eConsoleImpl", module_methods, "Module that implements eConsoleAppContainer with working cyclic garbage collection."); if (m == NULL) |
