(self, cbTS, HCinTable)
| 3389 | |
| 3390 | class LoadHCinTable(threading.Thread): |
| 3391 | def __init__(self, cbTS, HCinTable): |
| 3392 | threading.Thread.__init__(self) |
| 3393 | self.cbTS = cbTS |
| 3394 | self.HCinTable = HCinTable |
| 3395 | |
| 3396 | def run(self): |
| 3397 | if DEBUG_MODE: |