FS-6849 #comment change to 'import freeswitch' to only load it
This commit is contained in:
parent
3cd0400d38
commit
6b42e5a231
|
@ -250,7 +250,7 @@ static void eval_some_python(const char *funcname, char *args, switch_core_sessi
|
||||||
goto done_swap_out;
|
goto done_swap_out;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyRun_SimpleString("from freeswitch import *");
|
PyRun_SimpleString("import freeswitch");
|
||||||
|
|
||||||
if (session) {
|
if (session) {
|
||||||
sp = mod_python_conjure_session(module, session);
|
sp = mod_python_conjure_session(module, session);
|
||||||
|
|
Loading…
Reference in New Issue