summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/mod_run.py
blob: 379b4f266a745e3cbbcac81055447375b7207937 (plain)
1
2
3
4
5
6
7
8
9
10
# $Id:$
import imp
import sys


# Read configuration
cfg_file = imp.load_source("cfg_file", sys.argv[2])

# Here where it all comes together
test = cfg_file.test_param