eric6/WebBrowser/QtHelp/HelpDocsInstaller.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
36 """ 36 """
37 Constructor 37 Constructor
38 38
39 @param collection full pathname of the collection file (string) 39 @param collection full pathname of the collection file (string)
40 """ 40 """
41 super(HelpDocsInstaller, self).__init__() 41 super().__init__()
42 42
43 self.__abort = False 43 self.__abort = False
44 self.__collection = collection 44 self.__collection = collection
45 self.__mutex = QMutex() 45 self.__mutex = QMutex()
46 46

eric ide

mercurial