Changeset 103:6153a53efa40
- Timestamp:
- 01/22/09 09:55:44 (14 months ago)
- Author:
- Ga?tan de Menten <ged@…>
- Branch:
- default
- Message:
-
do not read inner documents twice
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r100
|
r103
|
|
| 168 | 168 | styles = zf.read(s_path) |
| 169 | 169 | |
| 170 | | c_parsed = template._parse(self.insert_directives(zf.read(c_path)), |
| | 170 | c_parsed = template._parse(self.insert_directives(content), |
| 171 | 171 | encoding) |
| 172 | | s_parsed = template._parse(self.insert_directives(zf.read(s_path)), |
| | 172 | s_parsed = template._parse(self.insert_directives(styles), |
| 173 | 173 | encoding) |
| 174 | 174 | content_files.append((c_path, c_parsed)) |