create a download thread
(self)
| 73 | |
| 74 | |
| 75 | def createThread(self): |
| 76 | """create a download thread""" |
| 77 | |
| 78 | thread = PluginThread.DownloadThread(self) |
| 79 | self.threads.append(thread) |
| 80 | |
| 81 | def createInfoThread(self, data, pid): |
| 82 | """ |
no test coverage detected