mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
the find_and_replace alias is not required
Was only added recently, so nothing should depend on it yet.
This commit is contained in:
parent
78a3536bfc
commit
0b8733032d
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ from .table import (
|
|||
)
|
||||
|
||||
# aliases for legacy pathnames
|
||||
sys.modules["aqt.find_and_replace"] = sys.modules["aqt.browser.dialogs"]
|
||||
aqt.find_and_replace = sys.modules["aqt.browser.dialogs"] # type: ignore
|
||||
sys.modules["aqt.sidebar"] = sys.modules["aqt.browser.sidebar"]
|
||||
aqt.sidebar = sys.modules["aqt.browser.sidebar"] # type: ignore
|
||||
sys.modules["aqt.previewer"] = sys.modules["aqt.browser.previewer"]
|
||||
|
|
Loading…
Reference in a new issue