py3: ReverseEngeneering: port Py_InitFunc to python3
This commit is contained in:
parent
1558e920db
commit
b265030d1d
|
@ -745,7 +745,7 @@ PyObject* initModule()
|
|||
|
||||
|
||||
/* Python entry */
|
||||
PyMODINIT_FUNC initReverseEngineering()
|
||||
PyMOD_INIT_FUNC(ReverseEngineering)
|
||||
{
|
||||
// load dependent module
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user