mod_run.py 202 B

12345678910
  1. import sys
  2. import inc_util as util
  3. from inc_cfg import *
  4. # Read configuration
  5. cfg_file = util.load_module_from_file("cfg_file", ARGS[1])
  6. # Here where it all comes together
  7. test = cfg_file.test_param