Import: Add to_hud back to init list

This commit is contained in:
Worros 2011-03-29 15:36:18 +08:00
parent 7b319d5aa0
commit ab5e28e73d

View File

@ -456,7 +456,7 @@ class Importer:
if self.caller: hhc.progressNotify()
handlist = hhc.getProcessedHands()
self.pos_in_file[file] = hhc.getLastCharacterRead()
(hbulk, hpbulk, habulk, hcbulk, phands, ihands) = ([], [], [], [], [], [])
(hbulk, hpbulk, habulk, hcbulk, phands, ihands, to_hud) = ([], [], [], [], [], [], [])
sc, gsc = {'bk': []}, {'bk': []}
####Lock Placeholder####