8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
18 """ | 18 """ |
19 def __init__(self): | 19 def __init__(self): |
20 """ | 20 """ |
21 Constructor | 21 Constructor |
22 """ | 22 """ |
23 super(XbelWriter, self).__init__() | 23 super().__init__() |
24 | 24 |
25 self.setAutoFormatting(True) | 25 self.setAutoFormatting(True) |
26 | 26 |
27 def write(self, fileNameOrDevice, root): | 27 def write(self, fileNameOrDevice, root): |
28 """ | 28 """ |