6.6.11. Python comment tangler

Start python section to interscript/tanglers/python.py[6 /6 ] Prev
   416: #line 434 "python_tangler.ipk"
   417: class script_comment_tangler(tangler_base):
   418:   def writeline(self,data,file,count,inhibit_sref=0):
   419:     if self.weaver:
   420:       self.weaver.writeline(data)
   421:     self._writeline('# '+line)
   422: