8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
58 Constructor | 58 Constructor |
59 | 59 |
60 @param sourceId source ID (string) | 60 @param sourceId source ID (string) |
61 @param parent reference to the parent object (QObject) | 61 @param parent reference to the parent object (QObject) |
62 """ | 62 """ |
63 super(HtmlImporter, self).__init__(sourceId, parent) | 63 super().__init__(sourceId, parent) |
64 | 64 |
65 self.__fileName = "" | 65 self.__fileName = "" |
66 self.__inFile = None | 66 self.__inFile = None |
67 | 67 |
68 def setPath(self, path): | 68 def setPath(self, path): |