fpdb/pyfpdb/decimal_wrapper.py

5 lines
78 B
Python
Raw Normal View History

try:
from cdecimal import *
except ImportError:
from decimal import *