From 00623b736cc9488ee71c388b0da9a8fb9071cca4 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 27 Oct 2008 22:16:43 +0000 Subject: small cleanup --- lib/base/console.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/base/console.cpp') 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) -- cgit v1.2.3