diff --git a/test-tc.py b/test-tc.py index e40bcfc..403ed3e 100755 --- a/test-tc.py +++ b/test-tc.py @@ -2,7 +2,7 @@ # Copyright (c) 2003-2004 TundraWare Inc. All Rights Reserved. PROGNAME = "tconfpy Test Driver" -RCSID = "$Id: test-tc.py,v 1.117 2004/03/21 13:15:32 tundra Exp $" +RCSID = "$Id: test-tc.py,v 1.118 2004/03/21 13:50:56 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -164,7 +164,7 @@ # Everything else presumed to be a configuration file else: - retval = tconfpy.ParseConfig(fn, symtbl, debug=DEBUG, LiteralVars=LITVARS) + retval = tconfpy.ParseConfig(fn, symtbl, Debug=DEBUG, LiteralVars=LITVARS) if retval[1]: print "Errors Were Found In '%s'!" % fn