~osomon/phatch/extract-all-metadata

« back to all changes in this revision

Viewing changes to phatch/actions/save.py

  • Committer: spe.stani.be at gmail
  • Date: 2009-06-11 07:38:50 UTC
  • Revision ID: spe.stani.be@gmail.com-20090611073850-my0o5h181gfevy8f
Changed version number to 0.2.0.bzr751

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                return None
72
72
        return pil.get_format(ext)
73
73
        
74
 
    def get_relevant(self):
 
74
    def get_relevant_field_labels(self):
75
75
        """If this method is present, Phatch will only show relevant
76
76
        fields. 
77
77