blob: 379b4f266a745e3cbbcac81055447375b7207937 [file] [log] [blame]
Benny Prijonocc1ada52008-06-15 19:43:43 +00001# $Id:$
2import imp
3import sys
4
5
6# Read configuration
7cfg_file = imp.load_source("cfg_file", sys.argv[2])
8
9# Here where it all comes together
10test = cfg_file.test_param