mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix modelchooser
This commit is contained in:
parent
1f31941ab4
commit
0530db216c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ from anki import stdmodels
|
||||||
from anki.lang import ngettext
|
from anki.lang import ngettext
|
||||||
from anki.hooks import addHook, removeHook, runHook
|
from anki.hooks import addHook, removeHook, runHook
|
||||||
from aqt.utils import isMac
|
from aqt.utils import isMac
|
||||||
|
import aqt
|
||||||
|
|
||||||
class ModelChooser(QHBoxLayout):
|
class ModelChooser(QHBoxLayout):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue