Changed TGTSEQFLG to a null string so it doesn't show up in debug output.
1 parent 244dd2b commit 9fe2c1aced610833f6430116fc2d624f00e5f3b7
@tundra tundra authored on 2 Feb 2010
Showing 1 changed file
View
4
tren.py
 
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
 
# General Program Constants
#####
 
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
#####