~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-09-10 21:14:20 UTC
  • mfrom: (812.1.89 phatch)
  • Revision ID: spe.stani.be@gmail.com-20090910211420-3chvv7tvpdkdchxg
new tags organisation

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    email = 'spe.stani.be@gmail.com'
48
48
    version = '0.1'
49
49
    init = staticmethod(init)
50
 
    tags = [_t('default')]
 
50
    tags = [_t('default'), _t('file')]
51
51
    __doc__ = _t('Save and convert to other types')
52
52
    valid_last = True
53
53