mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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.utils import mungeQA, getBase, openLink, tooltip
|
||||||
from aqt.sound import getAudio
|
from aqt.sound import getAudio
|
||||||
import aqt
|
import aqt
|
||||||
|
from __future__ import division
|
||||||
|
|
||||||
class Reviewer(object):
|
class Reviewer(object):
|
||||||
"Manage reviews. Maintains a separate state."
|
"Manage reviews. Maintains a separate state."
|
||||||
|
|
|
@ -9,6 +9,7 @@ from anki.sync import Syncer, RemoteServer, FullSyncer, MediaSyncer, \
|
||||||
RemoteMediaServer
|
RemoteMediaServer
|
||||||
from anki.hooks import addHook, remHook
|
from anki.hooks import addHook, remHook
|
||||||
from aqt.utils import tooltip, askUserDialog, showWarning, showText, showInfo
|
from aqt.utils import tooltip, askUserDialog, showWarning, showText, showInfo
|
||||||
|
from __future__ import division
|
||||||
|
|
||||||
# Sync manager
|
# Sync manager
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
Loading…
Reference in a new issue