| |
---|
| | # test-tc.py - A Test Driver For The 'tconfpy' Configuration File Parser |
---|
| | # Copyright (c) 2003-2005 TundraWare Inc. All Rights Reserved. |
---|
| | |
---|
| | PROGNAME = "tconfpy Test Driver" |
---|
| | RCSID = "$Id: test-tc.py,v 1.140 2005/01/13 22:53:02 tundra Exp $" |
---|
| | RCSID = "$Id: test-tc.py,v 1.141 2005/01/17 22:26:03 tundra Exp $" |
---|
| | VERSION = RCSID.split()[2] |
---|
| | |
---|
| | # Copyright Information |
---|
| | |
---|
| |
---|
| | |
---|
| | # Call the parser and process the results |
---|
| | |
---|
| | retval = ParseConfig(fn, |
---|
| | CallingProgram="FeeFiFoFum", |
---|
| | CallingProgram="FeeFiFoFum ", |
---|
| | InitialSymTable=st, |
---|
| | AllowNewVars=ALLOWVAR, |
---|
| | Templates=tl, |
---|
| | TemplatesOnly=TEMPONLY, |
---|
| |
---|
| | |
|