small wrapper to use cdecimal library if available.
This commit is contained in:
parent
bf417f0569
commit
f64c28b1b4
4
pyfpdb/decimal.py
Normal file
4
pyfpdb/decimal.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
try:
|
||||||
|
from cdecimal import *
|
||||||
|
except ImportError:
|
||||||
|
from decimal import *
|
Loading…
Reference in New Issue
Block a user