diff --git a/tconfpy.py b/tconfpy.py index 0b56254..2b3f8b2 100755 --- a/tconfpy.py +++ b/tconfpy.py @@ -6,7 +6,7 @@ # Program Information PROGNAME = "tconfpy" -RCSID = "$Id: tconfpy.py,v 1.115 2004/03/14 20:59:08 tundra Exp $" +RCSID = "$Id: tconfpy.py,v 1.116 2004/03/14 21:03:36 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -190,7 +190,7 @@ dBLANKLINE = "Parsed To Blank Line - Ignored" dLINEIGNORE = FILENUM + " '%s' " + PTR + "%s\n" -dNOTINCLUDE = "Line Ignored/Not Included" +dNOTINCLUDE = "Current Conditional Block False: Line Not Included" dNUMLINES = "Processing File '%s' Resulted In %d Total Lines Parsed" dPARSEDLINE = FILENUM + " '%s'" + PTR + "'%s'\n"