eric6/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py

changeset 8218
7c09585bd960
parent 8205
4a0f1f896341
child 8260
2161475d9639
equal deleted inserted replaced
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 """

eric ide

mercurial