Ignore:
Timestamp:
Jun 27, 2008 9:12:12 PM (16 years ago)
Author:
nanang
Message:

Ticket #543:

  • added options to run.py
  • passing options in runall.py to run.py
  • removing userdata in module callback functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/mod_run.py

    r2025 r2078  
    1 # $Id:$ 
     1# $Id$ 
    22import imp 
    33import sys 
    44 
     5from inc_cfg import * 
    56 
    67# Read configuration 
    7 cfg_file = imp.load_source("cfg_file", sys.argv[2]) 
     8cfg_file = imp.load_source("cfg_file", ARGS[1]) 
    89 
    910# Here where it all comes together 
Note: See TracChangeset for help on using the changeset viewer.