mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 21:27:14 -05:00
Fix NameError caused by missing import
This commit is contained in:
parent
b58c082e29
commit
c7e5a618a5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from io import StringIO
|
||||||
import zipfile
|
import zipfile
|
||||||
from aqt.qt import *
|
from aqt.qt import *
|
||||||
from aqt.utils import showInfo, openFolder, isWin, openLink, \
|
from aqt.utils import showInfo, openFolder, isWin, openLink, \
|
||||||
askUser, restoreGeom, saveGeom, showWarning
|
askUser, restoreGeom, saveGeom, showWarning, tooltip
|
||||||
from zipfile import ZipFile
|
from zipfile import ZipFile
|
||||||
import aqt.forms
|
import aqt.forms
|
||||||
import aqt
|
import aqt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue