mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
use future division in those aqt files too
This commit is contained in:
parent
4bfbd2396a
commit
13cbade4a3
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ from anki.sound import playFromText, clearAudioQueue, play
|
|||
from aqt.utils import mungeQA, getBase, openLink, tooltip
|
||||
from aqt.sound import getAudio
|
||||
import aqt
|
||||
from __future__ import division
|
||||
|
||||
class Reviewer(object):
|
||||
"Manage reviews. Maintains a separate state."
|
||||
|
|
|
@ -9,6 +9,7 @@ from anki.sync import Syncer, RemoteServer, FullSyncer, MediaSyncer, \
|
|||
RemoteMediaServer
|
||||
from anki.hooks import addHook, remHook
|
||||
from aqt.utils import tooltip, askUserDialog, showWarning, showText, showInfo
|
||||
from __future__ import division
|
||||
|
||||
# Sync manager
|
||||
######################################################################
|
||||
|
|
Loading…
Reference in a new issue