Rename decimal.py to decimal_wrapper.py so we don't break when

cdecimal is not installed.
This commit is contained in:
Scott Wolchok
2011-02-25 14:18:12 -05:00
parent 25799d01f2
commit fc46b70c41
18 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
import L10n
_ = L10n.get_translation()
from decimal import Decimal
from decimal_wrapper import Decimal
import datetime
from Exceptions import FpdbParseError