/[opental]/opental/pax/paxtransform.py
ViewVC logotype

Diff of /opental/pax/paxtransform.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by lalo, Sun Apr 13 13:03:15 2003 UTC revision 1.32 by lalo, Mon Apr 14 21:06:17 2003 UTC
# Line 126  class RenderingEngine(Engine): Line 126  class RenderingEngine(Engine):
126          # except that the children will be strings          # except that the children will be strings
127          if hasattr(element, 'children'):          if hasattr(element, 'children'):
128              element.children = (Literal(''.join(element)),)              element.children = (Literal(''.join(element)),)
129          elif type(element) in types.ListType, types.TupleType:          elif type(element) in (types.ListType, types.TupleType):
130              element = Literal(''.join(element))              element = Literal(''.join(element))
131          return element          return element
132    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26