Replace tabs with spaces. Remove trailing whitespace. Etc.
[fpdb-dooglus.git] / pyfpdb / decimal_wrapper.py
blobe5202d924c3950a8f8ca01f01ab39b81bba4eff7
1 try:
2 from cdecimal import *
3 except ImportError:
4 from decimal import *