mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 05:46:55 -05: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 PyQt5.QtSvg
|
||||||
import socks
|
import socks
|
||||||
|
|
||||||
|
# legacy compat
|
||||||
|
import anki.storage
|
||||||
|
import anki.sync
|
||||||
from anki.utils import isLin, isWin
|
from anki.utils import isLin, isWin
|
||||||
|
|
||||||
# external module access in Windows
|
# external module access in Windows
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue