blob: 03548eea569e8314aae4fcf05467de980f86b5e9 [file] [log] [blame]
Nanang Izzuddina680bd62008-06-27 21:12:12 +00001# $Id$
Benny Prijonocc1ada52008-06-15 19:43:43 +00002import imp
3import sys
4
Nanang Izzuddina680bd62008-06-27 21:12:12 +00005from inc_cfg import *
Benny Prijonocc1ada52008-06-15 19:43:43 +00006
7# Read configuration
Nanang Izzuddina680bd62008-06-27 21:12:12 +00008cfg_file = imp.load_source("cfg_file", ARGS[1])
Benny Prijonocc1ada52008-06-15 19:43:43 +00009
10# Here where it all comes together
11test = cfg_file.test_param