| |
---|
| | |
---|
| | 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 |
---|
| | ##### |
---|
| |
---|
| | |