diff --git a/pyfpdb/PartyPokerToFpdb.py b/pyfpdb/PartyPokerToFpdb.py index 1b108d2f..6c9c5042 100755 --- a/pyfpdb/PartyPokerToFpdb.py +++ b/pyfpdb/PartyPokerToFpdb.py @@ -2,17 +2,17 @@ # -*- coding: utf-8 -*- # # Copyright 2009, Grigorij Indigirkin -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA @@ -38,7 +38,7 @@ class PartyPokerParseError(FpdbParseError): {'DELIMETER': '#'*50, 'HH': hh} class PartyPoker(HandHistoryConverter): - + ############################################################ # Class Variables @@ -80,7 +80,7 @@ class PartyPoker(HandHistoryConverter): Seat\s(?P\d+):\s (?P.*)\s \(\s*\$?(?P[0-9,.]+)\s*(?:USD|)\s*\) - """ , + """ , re.VERBOSE) re_HandInfo = re.compile(""" @@ -90,7 +90,7 @@ class PartyPoker(HandHistoryConverter): (?:[^ ]+\s+\#(?P\d+).+)? # table number for mtt \((?PReal|Play)\s+Money\)\s+ # FIXME: check if play money is correct Seat\s+(?P