diff --git a/tren.py b/tren.py index 7599708..c8f3c94 100755 --- a/tren.py +++ b/tren.py @@ -8,7 +8,7 @@ PROGNAME = "tren.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tren.py,v 1.134 2010/02/02 17:49:53 tundra Exp $" +RCSID = "$Id: tren.py,v 1.135 2010/02/02 17:53:55 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -61,7 +61,7 @@ ##### MAXINCLUDES = 50 # Maximum number of includes allowed -TGTSEQFLG = 9999 # Indicates non-stat() in SeqTypes table +TGTSEQFLG = "" # Indicates non-stat() in SeqTypes table ##### # Message Formatting Constants