Ejemplo n.º 1
0
 def create_makohtml2html(self,html,localcontext = None):
     obj = render.makohtml2html(html,localcontext)
     obj.render()
     return obj.get()
Ejemplo n.º 2
0
 def create_makohtml2html(self, html, localcontext=None):
     obj = render.makohtml2html(html, localcontext)
     obj.render()
     return obj.get()