Changeset 20ac18 in indico
- Timestamp:
- 03/03/11 12:07:44 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 1ef5c0
- Parents:
- 755a70
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/03/11 11:36:18)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/03/11 12:07:44)
- File:
-
- 1 edited
-
indico/MaKaC/common/output.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/common/output.py
r5f7a6d r20ac18 71 71 result = self.__style(doc) 72 72 73 return etree.tostring(result)73 return str(result) 74 74 75 75 class outputGenerator(Observable):
Note: See TracChangeset
for help on using the changeset viewer.
