mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
add decimal
https://anki.tenderapp.com/discussions/ankidesktop/35620-module-decimal-missing-in-binary-package-2115-linux-only
This commit is contained in:
parent
6d46676a76
commit
8d5c0f4853
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ if isWin:
|
||||||
# included implicitly in the past, and relied upon by some add-ons
|
# included implicitly in the past, and relied upon by some add-ons
|
||||||
import cgi
|
import cgi
|
||||||
import uuid
|
import uuid
|
||||||
|
import decimal
|
||||||
|
|
||||||
# useful for add-ons
|
# useful for add-ons
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Reference in a new issue