8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
16 """ | 16 """ |
17 def __init__(self): | 17 def __init__(self): |
18 """ | 18 """ |
19 Constructor | 19 Constructor |
20 """ | 20 """ |
21 super(SpeedDialWriter, self).__init__() | 21 super().__init__() |
22 | 22 |
23 self.setAutoFormatting(True) | 23 self.setAutoFormatting(True) |
24 | 24 |
25 def write(self, fileNameOrDevice, pages, pagesPerRow, speedDialSize): | 25 def write(self, fileNameOrDevice, pages, pagesPerRow, speedDialSize): |
26 """ | 26 """ |