mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
pin logging
https://anki.tenderapp.com/discussions/ankidesktop/35444-python-standard-library-availability-in-anki
This commit is contained in:
parent
1bb1aecd81
commit
c4eca03dd8
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ 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
|
||||||
|
|
||||||
|
# useful for add-ons
|
||||||
|
import logging
|
||||||
|
import logging.handlers
|
||||||
|
import logging.config
|
||||||
|
|
Loading…
Reference in a new issue