Skip to content

Commit

Permalink
Took out setting __roles__ for pop and push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Nov 12, 1997
1 parent d937b27 commit 4eb9c00
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions DT_Util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'''$Id: DT_Util.py,v 1.14 1997/11/11 18:13:48 jim Exp $'''
'''$Id: DT_Util.py,v 1.15 1997/11/12 19:44:13 jim Exp $'''

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

import sys, regex, string, types, math, os
from string import rfind, strip, joinfields, atoi,lower,upper,capitalize
Expand Down Expand Up @@ -281,10 +281,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__=()
# TemplateDict.pop.__roles__=TemplateDict.push.__roles__=()

############################################################################
# $Log: DT_Util.py,v $
# Revision 1.15 1997/11/12 19:44:13 jim
# Took out setting __roles__ for pop and push.
#
# Revision 1.14 1997/11/11 18:13:48 jim
# updated expr machinery to use parse-tree manipulation
#
Expand Down

0 comments on commit 4eb9c00

Please sign in to comment.