Kaydet (Commit) 937c3c75 authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

Don't initialize signal handlers, we have our own

üst 483f42d3
......@@ -50,7 +50,7 @@ PyObject *PyExc_PolicyKit;
int
script_init()
{
Py_Initialize();
Py_InitializeEx(0);
// Initialize exceptions
PyExc_COMAR_Internal = PyErr_NewException("Comar.Internal", NULL, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment