diff --git a/tconfpy.3 b/tconfpy.3
index 91ed31c..ab617fd 100644
--- a/tconfpy.3
+++ b/tconfpy.3
@@ -106,7 +106,7 @@
                          InitialSymTable={},
                          AllowNewVars=True,
                          Templates={},
-                         TemplatesOnly={},
+                         TemplatesOnly=False,
                          LiteralVars=True,
                          ReturnPredefs=True,
                          Debug=False
diff --git a/tconfpy.py b/tconfpy.py
index c3fc7c2..ed53738 100755
--- a/tconfpy.py
+++ b/tconfpy.py
@@ -6,7 +6,7 @@
 # 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
@@ -423,7 +423,7 @@
                 InitialSymTable={},
                 AllowNewVars=True,
                 Templates={},
-                TemplatesOnly={},
+                TemplatesOnly=False,
                 LiteralVars=False,
                 ReturnPredefs=True,
                 Debug=False):