Changeset 94:03884ac33e70
- Timestamp:
- 01/20/09 11:10:23 (14 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
relatorio/templates/opendocument.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
relatorio/templates/opendocument.py
r93 r94 369 369 idx = 0 370 370 childs = list(table_node.iterchildren(table_col_tag)) 371 assert closing_pos < len(childs)372 371 for tag in childs: 373 372 if table_num_col_attr in tag.attrib:
