From ca5ba3ee6852ab52a8e14ce2a4ea0bcdd6433ac4 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Wed, 7 Jul 2010 07:00:57 +0200 Subject: [PATCH] comment on reverted method-deletion --- pyfpdb/TourneySummary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/TourneySummary.py b/pyfpdb/TourneySummary.py index 3785d211..ff864642 100644 --- a/pyfpdb/TourneySummary.py +++ b/pyfpdb/TourneySummary.py @@ -273,7 +273,7 @@ Map the tuple self.gametype onto the pokerstars string describing it self.writeSummary(sys.stdout) -def assemble(cnxn, tourneyId): +def assemble(cnxn, tourneyId): #TODO: move this method to Hand or Database # TODO !! c = cnxn.cursor()