Anki/anki/importing
Damien Elmes 6ec898ca4b Require explicit reset for most queue-modifying functions
When you call operations like deleteCards(), suspendCards() and so on, it is
now necessary to call deck.reset() afterwards. This allows the calling code to
delay a reset if necessary. If the calling code calls a function that says the
caller must reset, the caller should be sure to call .reset() and fetch the
current card again. Failure to do the latter will result in answerCard()
attempting to remove the card from the queue, when the queue has been cleared.
2010-11-23 17:41:36 +09:00
..
__init__.py Require explicit reset for most queue-modifying functions 2010-11-23 17:41:36 +09:00
anki10.py don't backup when importing / saving as 2010-02-20 10:03:39 +09:00
csvfile.py direct user to help page when file not in utf-8 2010-09-02 11:45:33 +09:00
dingsbums.py fix dingsbums tests 2010-01-23 06:42:02 +09:00
mnemosyne10.py more type handling updates; don't munge counts on sync 2010-11-13 18:39:24 +09:00
supermemo_xml.py SuperMemo import fix from Petr 2009-07-26 12:38:36 +09:00
wcu.py initial commit from hg 2008-09-27 23:50:03 +09:00