Changeset 123:dfee8d6b2bca for relatorio/templates/opendocument.py
- Timestamp:
- 03/24/09 10:45:07 (16 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
relatorio/templates/opendocument.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
relatorio/templates/opendocument.py
r120 r123 326 326 327 327 # - we create a <py:xxx> node 328 attribs = {attr: a_val} if attr is not None else {} 328 if attr is not None: 329 attribs = {attr: a_val} 330 else: 331 attribs = {} 329 332 genshi_node = EtreeElement('{%s}%s' % (py_namespace, 330 333 directive),
