blob: 03548eea569e8314aae4fcf05467de980f86b5e9 [file] [log] [blame]
Alexandre Lision94f06ba2013-12-09 16:28:33 -05001# $Id$
Tristan Matthews0a329cc2013-07-17 13:20:14 -04002import 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