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 |