mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Explicitly import non-qt modules that used to be imported from aqt.qt
This commit is contained in:
parent
7b9bab3116
commit
9d4d5c1120
1 changed files with 2 additions and 0 deletions
|
@ -6,8 +6,10 @@ import builtins
|
||||||
import getpass
|
import getpass
|
||||||
import gettext
|
import gettext
|
||||||
import locale
|
import locale
|
||||||
|
import os
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
|
import traceback
|
||||||
from typing import Any, Optional
|
from typing import Any, Optional
|
||||||
|
|
||||||
import anki.lang
|
import anki.lang
|
||||||
|
|
Loading…
Reference in a new issue