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 b4d0006e32
commit 4dd0ce8b19

View File

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