8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
23 | 23 |
24 def __init__(self): | 24 def __init__(self): |
25 """ | 25 """ |
26 Constructor | 26 Constructor |
27 """ | 27 """ |
28 super(NsHtmlWriter, self).__init__() | 28 super().__init__() |
29 | 29 |
30 def write(self, fileNameOrDevice, root): | 30 def write(self, fileNameOrDevice, root): |
31 """ | 31 """ |
32 Public method to write an Netscape HTML bookmark file. | 32 Public method to write an Netscape HTML bookmark file. |
33 | 33 |