Commit e28781df authored by Jim Fulton's avatar Jim Fulton

don't ask

parent 25994741
...@@ -51,13 +51,15 @@ ...@@ -51,13 +51,15 @@
# (540) 371-6909 # (540) 371-6909
# #
############################################################################## ##############################################################################
'''$Id: DT_Util.py,v 1.42 1998/09/02 21:06:05 jim Exp $''' '''$Id: DT_Util.py,v 1.43 1998/09/04 20:45:58 jim Exp $'''
__version__='$Revision: 1.42 $'[11:-2] __version__='$Revision: 1.43 $'[11:-2]
import regex, string, math, os import regex, string, math, os
from string import rfind, strip, join, atoi,lower,upper,capitalize,split,find from string import rfind, strip, join, atoi,lower,upper,capitalize,split,find
import VSEval import VSEval
str=__builtins__['str'] # Waaaaa, waaaaaaaa needed for pickling waaaaa
ParseError='Document Template Parse Error' ParseError='Document Template Parse Error'
ValidationError='Unauthorized' ValidationError='Unauthorized'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment