blob: 03548eea569e8314aae4fcf05467de980f86b5e9 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id$
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