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

This commit is contained in:
eblade 2009-03-31 14:17:51 -04:00
commit 775fc67bf0
2 changed files with 1 additions and 1 deletions

0
pyfpdb/GuiBulkImport.py Normal file → Executable file
View File

View File

@ -883,7 +883,7 @@ def goesAllInOnThisLine(line):
ActionTypes = { 'calls':"call", 'brings in for':"blind", 'completes it to':"bet", ' posts $':"blind",
' posts a dead ' : "blind", ' posts the small blind of $':"blind", ': posts big blind ':"blind",
' posts the big blind of $':"blind", ': posts small & big blinds $':"blind",
': posts small blind $':"blind",
': posts small blind $':"blind", ': posts small blind ':"blind",
' bets' : "bet", ' raises' : "bet"
}
def parseActionType(line):