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