Changeset 2078 for pjproject/trunk/pjsip-apps/src/test-pjsua/mod_run.py
- Timestamp:
- Jun 27, 2008 9:12:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/mod_run.py
r2025 r2078 1 # $Id :$1 # $Id$ 2 2 import imp 3 3 import sys 4 4 5 from inc_cfg import * 5 6 6 7 # Read configuration 7 cfg_file = imp.load_source("cfg_file", sys.argv[2])8 cfg_file = imp.load_source("cfg_file", ARGS[1]) 8 9 9 10 # Here where it all comes together
Note: See TracChangeset
for help on using the changeset viewer.