summaryrefslogtreecommitdiff
path: root/tests/pjsua/mod_run.py
blob: 03548eea569e8314aae4fcf05467de980f86b5e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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