fpdb/pyfpdb/decimal.py
2011-02-25 03:14:28 -05:00

5 lines
78 B
Python

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