Rename decimal.py to decimal_wrapper.py so we don't break when
cdecimal is not installed.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
import L10n
|
||||
_ = L10n.get_translation()
|
||||
|
||||
from decimal import Decimal
|
||||
from decimal_wrapper import Decimal
|
||||
import datetime
|
||||
|
||||
from Exceptions import FpdbParseError
|
||||
|
||||
Reference in New Issue
Block a user