mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
pin legacy modules
https://anki.tenderapp.com/discussions/ankidesktop/42248-potentially-serious-image-issue#comment_48388863
This commit is contained in:
parent
4df3777aed
commit
186ccc5f01
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ import uuid
|
|||
import PyQt5.QtSvg
|
||||
import socks
|
||||
|
||||
# legacy compat
|
||||
import anki.storage
|
||||
import anki.sync
|
||||
from anki.utils import isLin, isWin
|
||||
|
||||
# external module access in Windows
|
||||
|
|
Loading…
Reference in a new issue