diff options
Diffstat (limited to 'lib/base/ebase.cpp')
| -rw-r--r-- | lib/base/ebase.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index 724e9dca..e7708633 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -753,9 +753,7 @@ static PyMethodDef module_methods[] = { void eBaseInit(void) { - PyObject* m; - - m = Py_InitModule3("eBaseImpl", module_methods, + PyObject* m = Py_InitModule3("eBaseImpl", module_methods, "Module that implements some enigma classes with working cyclic garbage collection."); if (m == NULL) |
