~kevang/mnemosyne-proj/grade-shortcuts-improvements

« back to all changes in this revision

Viewing changes to mnemosyne/mnemosyne/libmnemosyne/fact.py

  • Committer: pbienst
  • Date: 2008-08-04 14:04:15 UTC
  • Revision ID: svn-v3-trunk0:e5e6b78b-db40-0410-9517-b98c64f8d2c1:trunk:496
Progress dump.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#   Basic unit of information from which several cards can be derived.
18
18
#   The fields are stored in a dictionary.
19
19
#
20
 
#   categories and card_type_id are stored here, because when resetting the
 
20
#   Categories and card_type_id are stored here, because when resetting the
21
21
#   learning data on export, we only export facts. Of course cards can have
22
22
#   categories of their own as well.
23
23
#