small wrapper to use cdecimal library if available.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
try:
|
||||
from cdecimal import *
|
||||
except ImportError:
|
||||
from decimal import *
|
||||
Reference in New Issue
Block a user