fpdb/pyfpdb/decimal_wrapper.py
2011-02-25 14:18:12 -05:00

5 lines
78 B
Python

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