summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/pychrysalide/core.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/pychrysalide/core.c b/plugins/pychrysalide/core.c
index a4de749..6842c34 100644
--- a/plugins/pychrysalide/core.c
+++ b/plugins/pychrysalide/core.c
@@ -625,13 +625,11 @@ PyMODINIT_FUNC PyInit_pychrysalide(void)
#endif
#endif
- /*
- if (!load_all_core_components(true))
+ if (!load_core_components(ACC_GLOBAL_VARS))
{
PyErr_SetString(PyExc_SystemError, "unable to load all basic components.");
goto exit;
}
- */
/* Mise en place des fonctionnalités offertes */