~ubuntu-branches/ubuntu/raring/mnemosyne/raring

« back to all changes in this revision

Viewing changes to mnemosyne/libmnemosyne/criterion.py

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-04-18 20:43:08 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130418204308-tiwzzs0n1n79qhyt
Tags: 2.2.1-0ubuntu1
New upstream bugfix release (LP: #1169634)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    def deactivated_tag_added(self, tag):
65
65
        pass
66
66
 
 
67
    def is_tag_active(self, tag):
 
68
        pass
 
69
 
67
70
    def tag_deleted(self, tag):
68
71
        pass
69
72