Commit 2ed2cfa3 authored by Jim Fulton's avatar Jim Fulton

untabified

parent d19d04a3
......@@ -54,8 +54,8 @@
__doc__='''short description
$Id: DTtestExpr.py,v 1.3 1998/09/14 20:48:42 jim Exp $'''
__version__='$Revision: 1.3 $'[11:-2]
$Id: DTtestExpr.py,v 1.4 1998/09/14 22:19:56 jim Exp $'''
__version__='$Revision: 1.4 $'[11:-2]
from DocumentTemplate import *
import sys
......
......@@ -51,7 +51,7 @@
# (540) 371-6909
#
##############################################################################
"$Id: gparse.py,v 1.6 1998/09/14 21:26:44 jim Exp $"
"$Id: gparse.py,v 1.7 1998/09/14 22:19:56 jim Exp $"
import sys, parser, symbol, token
from symbol import test, suite, argument, arith_expr, shift_expr
......
......@@ -54,8 +54,8 @@
__doc__='''Python implementations of document template some features
$Id: pDocumentTemplate.py,v 1.17 1998/09/14 20:48:44 jim Exp $'''
__version__='$Revision: 1.17 $'[11:-2]
$Id: pDocumentTemplate.py,v 1.18 1998/09/14 22:19:57 jim Exp $'''
__version__='$Revision: 1.18 $'[11:-2]
import string, sys, types
from string import join
......
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