Example #1
0
 def comment(self, s):
     if s:
         self.output('<!-- %s -->' % TX.object2SpacedString(s))
Example #2
0
 def comment(self, s):
     if s:
         self.output('<!-- %s -->' % TX.object2SpacedString(s))