8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
66 Constructor | 66 Constructor |
67 | 67 |
68 @param sourceId source ID (string) | 68 @param sourceId source ID (string) |
69 @param parent reference to the parent object (QObject) | 69 @param parent reference to the parent object (QObject) |
70 """ | 70 """ |
71 super(FirefoxImporter, self).__init__(sourceId, parent) | 71 super().__init__(sourceId, parent) |
72 | 72 |
73 self.__fileName = "" | 73 self.__fileName = "" |
74 self.__db = None | 74 self.__db = None |
75 | 75 |
76 def setPath(self, path): | 76 def setPath(self, path): |