提交 6b42e5a2 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-6849 #comment change to 'import freeswitch' to only load it

上级 3cd0400d
......@@ -250,7 +250,7 @@ static void eval_some_python(const char *funcname, char *args, switch_core_sessi
goto done_swap_out;
}
PyRun_SimpleString("from freeswitch import *");
PyRun_SimpleString("import freeswitch");
if (session) {
sp = mod_python_conjure_session(module, session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论