Commit d4169cad authored by Jim Fulton's avatar Jim Fulton

Added missing only.

parent 36fd8044
...@@ -105,8 +105,8 @@ ...@@ -105,8 +105,8 @@
''' '''
__rcs_id__='$Id: DT_With.py,v 1.8 1999/03/04 18:39:31 jim Exp $' __rcs_id__='$Id: DT_With.py,v 1.9 1999/03/04 21:43:17 jim Exp $'
__version__='$Revision: 1.8 $'[11:-2] __version__='$Revision: 1.9 $'[11:-2]
from DT_Util import parse_params, name_param, InstanceDict, render_blocks, str from DT_Util import parse_params, name_param, InstanceDict, render_blocks, str
from DT_Util import TemplateDict from DT_Util import TemplateDict
...@@ -114,6 +114,7 @@ class With: ...@@ -114,6 +114,7 @@ class With:
blockContinuations=() blockContinuations=()
name='with' name='with'
mapping=None mapping=None
only=0
def __init__(self, blocks): def __init__(self, blocks):
tname, args, section = blocks[0] tname, args, section = blocks[0]
......
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