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