Changeset dfc0718 for telemeta/export/flac.py
- Timestamp:
- 05/21/07 17:19:37 (6 years ago)
- Branches:
- master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 7f21fab1
- Parents:
- 27a5b88
- git-author:
- yomguy <> (05/21/07 17:19:37)
- git-committer:
- yomguy <> (05/21/07 17:19:37)
- File:
-
- 1 edited
-
telemeta/export/flac.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/export/flac.py
r27a5b88 rdfc0718 20 20 21 21 class FlacExporter(ExporterCore): 22 """Defines methods to export to OGG Vorbis"""22 """Defines methods to export to FLAC""" 23 23 24 24 implements(IExporter) … … 133 133 # Post-proccessing 134 134 try: 135 self.write_tags()136 135 self.post_process(self.item_id, 137 136 self.source,
Note: See TracChangeset
for help on using the changeset viewer.
