Rename decimal.py to decimal_wrapper.py so we don't break when
cdecimal is not installed.
This commit is contained in:
@@ -25,7 +25,7 @@ _ = L10n.get_translation()
|
||||
|
||||
import sys
|
||||
from HandHistoryConverter import *
|
||||
from decimal import Decimal
|
||||
from decimal_wrapper import Decimal
|
||||
|
||||
# PokerStars HH Format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user