Merge branch 'master' of git://git.assembla.com/fpdboz

Conflicts:

	pyfpdb/EverleafToFpdb.py
	pyfpdb/Hand.py
	pyfpdb/HandHistoryConverter.py
This commit is contained in:
Matt Turnbull
2009-03-10 16:52:18 +00:00
6 changed files with 81 additions and 70 deletions
+1
View File
@@ -196,6 +196,7 @@ Tail the in_path file and yield handTexts separated by re_SplitHands"""
hand = None
if gametype['base'] == 'hold':
logging.debug("hand = Hand.HoldemOmahaHand(self, self.sitename, gametype, handtext)")
hand = Hand.HoldemOmahaHand(self, self.sitename, gametype, handText)
elif gametype['base'] == 'stud':
hand = Hand.StudHand(self, self.sitename, gametype, handText)