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