X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Febase.cpp;h=e7708633da3544a0655a475cae8dc0fe03c91b35;hb=00623b736cc9488ee71c388b0da9a8fb9071cca4;hp=724e9dca8dbda39d921c233e5cb74587207d7470;hpb=c99bb3d37792fcb6c515c9b07deac1a959995baa;p=vuplus_dvbapp diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index 724e9dc..e770863 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)