blob: 4f2964a357f8b5a767507ce6a67b775449516001 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id: mod_run.py 2078 2008-06-27 21:12:12Z nanang $
2import imp
3import sys
4
5from inc_cfg import *
6
7# Read configuration
8cfg_file = imp.load_source("cfg_file", ARGS[1])
9
10# Here where it all comes together
11test = cfg_file.test_param