mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove some old references in exporting; no attempt to update it yet
This commit is contained in:
parent
b2f74b2591
commit
64bd1dc06a
1 changed files with 1 additions and 2 deletions
|
@ -4,12 +4,11 @@
|
|||
|
||||
import itertools, time, re, os, HTMLParser
|
||||
from operator import itemgetter
|
||||
from anki import DeckStorage
|
||||
from anki import Deck
|
||||
from anki.cards import Card
|
||||
from anki.sync import SyncClient, SyncServer, copyLocalMedia
|
||||
from anki.lang import _
|
||||
from anki.utils import parseTags, stripHTML, ids2str
|
||||
from anki.tags import tagIds
|
||||
|
||||
class Exporter(object):
|
||||
def __init__(self, deck):
|
||||
|
|
Loading…
Reference in a new issue