Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Oct 29, 1997
1 parent 35258dc commit 89a1989
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions DT_Util.py
@@ -1,4 +1,4 @@
'''$Id: DT_Util.py,v 1.10 1997/10/29 20:43:24 jim Exp $'''
'''$Id: DT_Util.py,v 1.11 1997/10/29 21:03:26 jim Exp $'''

############################################################################
# Copyright
Expand Down Expand Up @@ -52,7 +52,7 @@
# (540) 371-6909
#
############################################################################
__version__='$Revision: 1.10 $'[11:-2]
__version__='$Revision: 1.11 $'[11:-2]

import sys, regex, string, types, math, os
from string import rfind, strip, joinfields, atoi,lower,upper,capitalize
Expand Down Expand Up @@ -214,8 +214,13 @@ def parse_params(text,
try: from cDocumentTemplate import InstanceDict, TemplateDict, render_blocks
except: from pDocumentTemplate import InstanceDict, TemplateDict, render_blocks

TemplateDict.pop.__roles__=TemplateDict.push.__roles__=()

############################################################################
# $Log: DT_Util.py,v $
# Revision 1.11 1997/10/29 21:03:26 jim
# *** empty log message ***
#
# Revision 1.10 1997/10/29 20:43:24 jim
# *** empty log message ***
#
Expand Down

0 comments on commit 89a1989

Please sign in to comment.