Explicitly import non-qt modules that used to be imported from aqt.qt

This commit is contained in:
Glutanimate 2019-12-23 14:37:27 +01:00
parent 7b9bab3116
commit 9d4d5c1120

View file

@ -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