Skip to content
Snippets Groups Projects
Commit 0241aadb authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Avoid recursive import

parent 46e82ddb
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,7 @@ static PyObject* create_module (void) {
(PyObject *)&PyBobMathLpInteriorPointLongstep_Type) < 0) return 0;
/* imports xbob.blitz C-API */
import_xbob_blitz();
if (import_xbob_blitz() < 0) return 0;
Py_INCREF(m);
return m;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment