mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
add _ to anki10
This commit is contained in:
parent
e010abd2d3
commit
97359df499
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ __docformat__ = 'restructuredtext'
|
||||||
from anki import DeckStorage
|
from anki import DeckStorage
|
||||||
from anki.importing import Importer
|
from anki.importing import Importer
|
||||||
from anki.sync import SyncClient, SyncServer, BulkMediaSyncer
|
from anki.sync import SyncClient, SyncServer, BulkMediaSyncer
|
||||||
|
from anki.lang import _
|
||||||
|
|
||||||
class Anki10Importer(Importer):
|
class Anki10Importer(Importer):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue