... | ... |
@@ -166,7 +166,7 @@ static int mod_init(void) |
166 | 166 |
PyList_Insert(sys_path, 0, pDir); |
167 | 167 |
Py_DECREF(pDir); |
168 | 168 |
|
169 |
- if (init_modules() != 0) { |
|
169 |
+ if (ap_init_modules() != 0) { |
|
170 | 170 |
if (!PyErr_Occurred()) |
171 | 171 |
PyErr_SetString(PyExc_AttributeError, "init_modules() has failed"); |
172 | 172 |
python_handle_exception("mod_init"); |