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

« back to all changes in this revision

Viewing changes to mnemosyne/mnemosyne/libmnemosyne/card_types/simple_card.py

  • Committer: pbienst
  • Date: 2008-08-04 17:50:39 UTC
  • Revision ID: svn-v3-trunk0:e5e6b78b-db40-0410-9517-b98c64f8d2c1:trunk:498
Progress dump.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    ##########################################################################
28
28
 
29
29
    def __init__(self):
30
 
 
 
30
        
 
31
        CardType.__init__(self)
 
32
        
31
33
        self.name = _("Front-to-back only")
32
34
        self.id   = 1
33
35