diff --git a/pyfpdb/CarbonToFpdb.py b/pyfpdb/CarbonToFpdb.py index cf8794da..1a1541ee 100644 --- a/pyfpdb/CarbonToFpdb.py +++ b/pyfpdb/CarbonToFpdb.py @@ -66,7 +66,7 @@ class Carbon(HandHistoryConverter): # Static regexes re_SplitHands = re.compile(r'\n+(?=)') - re_GameInfo = re.compile(r'', re.MULTILINE) + re_GameInfo = re.compile(r'', re.MULTILINE) re_HandInfo = re.compile(r'[0-9]+)">') re_PlayerInfo = re.compile(r'', re.MULTILINE) diff --git a/pyfpdb/HUD_main.pyw b/pyfpdb/HUD_main.pyw old mode 100644 new mode 100755 diff --git a/pyfpdb/Stove.py b/pyfpdb/Stove.py index ffbdff4f..eb939c0f 100755 --- a/pyfpdb/Stove.py +++ b/pyfpdb/Stove.py @@ -9,6 +9,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3 of the License. # +#TODO: gettextify import sys, random import pokereval