~ubuntu-branches/ubuntu/wily/sflphone/wily-proposed

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/tests/pjsua/mod_run.py

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: mod_run.py 2078 2008-06-27 21:12:12Z nanang $
2
 
import imp
3
 
import sys
4
 
 
5
 
from inc_cfg import *
6
 
 
7
 
# Read configuration
8
 
cfg_file = imp.load_source("cfg_file", ARGS[1])
9
 
 
10
 
# Here where it all comes together
11
 
test = cfg_file.test_param