Fixed default value for TemplatesOnly.
1 parent 997e1d0 commit 1e0de201cc9af5c3873a5f462b36b9a0d92a7d3d
@tundra tundra authored on 27 Apr 2004
Showing 2 changed files
View
2
■■■
tconfpy.3
retval = ParseConfig(cfgfile,
InitialSymTable={},
AllowNewVars=True,
Templates={},
TemplatesOnly={},
TemplatesOnly=False,
LiteralVars=True,
ReturnPredefs=True,
Debug=False
)
View
4
tconfpy.py
 
# Program Information
 
PROGNAME = "tconfpy"
RCSID = "$Id: tconfpy.py,v 1.183 2004/04/27 22:21:30 tundra Exp $"
RCSID = "$Id: tconfpy.py,v 1.184 2004/04/27 23:53:35 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
def ParseConfig(cfgfile,
InitialSymTable={},
AllowNewVars=True,
Templates={},
TemplatesOnly={},
TemplatesOnly=False,
LiteralVars=False,
ReturnPredefs=True,
Debug=False):