fc46b70c41
cdecimal is not installed.
5 lines
78 B
Python
5 lines
78 B
Python
try:
|
|
from cdecimal import *
|
|
except ImportError:
|
|
from decimal import *
|