~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to turbozpt/zptsupport.py

convert the atom listing to zpt.
just revision to go!

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        if self.get_extra_vars:
88
88
            data.update(self.get_extra_vars())
89
89
        data.update(info)
90
 
        return tinstance(**data)
 
90
        return tinstance(**data).encode('utf-8')
91
91
 
92
92
    def transform(self, info, template):
93
93
        "Render the output to Elements"