D-Modem/pjproject-2.11.1/tests/pjsua/mod_run.py
2021-10-29 14:41:03 -04:00

12 lines
185 B
Python

# $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