some weird whitespace churning, and again comment out "sending hand to hud" message

This commit is contained in:
Eric Blade 2009-11-25 08:22:14 -05:00
parent 9bf5017ff1
commit 0b4f5acec1

View File

@ -548,7 +548,7 @@ class Importer:
if self.callHud:
#print "call to HUD here. handsId:",handsId
#pipe the Hands.id out to the HUD
print "fpdb_import: sending hand to hud", handsId, "pipe =", self.caller.pipe_to_hud
# print "fpdb_import: sending hand to hud", handsId, "pipe =", self.caller.pipe_to_hud
self.caller.pipe_to_hud.stdin.write("%s" % (handsId) + os.linesep)
except Exceptions.DuplicateError:
duplicates += 1