Exemplo n.º 1
0
 def line(self, string, *args, **kw):
     if "$" in string:
         string = replace_dolar(string, "__kaira__")
     Writer.line(self, string, *args, **kw)
Exemplo n.º 2
0
 def __init__(builder, project):
     Writer.__init__(builder)
     builder.project = project