D-Modem/pjproject-2.11.1/tests/pjsua/mod_run.py

12 lines
185 B
Python
Raw Normal View History

2021-10-30 02:41:03 +08:00
# $Id$
import imp
import sys
from inc_cfg import *
# Read configuration
cfg_file = imp.load_source("cfg_file", ARGS[1])
# Here where it all comes together
test = cfg_file.test_param