py3: ReverseEngeneering: port Py_InitFunc to python3

This commit is contained in:
looooo 2017-01-29 22:01:14 +01:00 committed by wmayer
parent 1558e920db
commit b265030d1d

View File

@ -745,7 +745,7 @@ PyObject* initModule()
/* Python entry */
PyMODINIT_FUNC initReverseEngineering()
PyMOD_INIT_FUNC(ReverseEngineering)
{
// load dependent module
try {