~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to turbozpt/zptsupport.py

add a zpt version of annotate.kid -- about twice as fast as kid, not bad, but
not too hot either :/

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
            data.update(self.get_extra_vars())
89
89
        data.update(info)
90
90
        
91
 
        return str(tinstance(**data))
 
91
        return tinstance(**data)
92
92
 
93
93
    def transform(self, info, template):
94
94
        "Render the output to Elements"