Adding Decimal module
Brought to you by:
willysr
Can i have a decimal module for Python? i will need
this to do some statistical updater for ooo-id project
(translation). It mainly uses Python and gettext to
calculate how many translated, untranslated, and fuzzy
entries in the PO files, but when i run the script, it
got an error saying ImportError : no module named
decimal. If i comment on that line, it will display
another error on getcontext() function.
Status Updater