mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -05:00
PreviewDialog was missing from top level browser module
This commit is contained in:
parent
03794a6720
commit
c267a1d0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import sys
|
|||
|
||||
import aqt
|
||||
|
||||
from .browser import Browser
|
||||
from .browser import Browser, PreviewDialog
|
||||
|
||||
# aliases for legacy pathnames
|
||||
from .change_notetype import ChangeModel
|
||||
|
|
|
|||
Loading…
Reference in a new issue