]> diplodocus.org Git - flac-archive/blobdiff - fa-rip
Use flac_archive.tags.Tags, greatly simplifying things. Put PART tag
[flac-archive] / fa-rip
diff --git a/fa-rip b/fa-rip
index 92b709dab3f0b73b71c6b385a18b1c5e76bc0817..4b7f76ddff63ff3cb02cbac8ca679c9a2485ae64 100755 (executable)
--- a/fa-rip
+++ b/fa-rip
@@ -1,6 +1,6 @@
 #! /usr/bin/env python2.4
 
-'''
+"""
 =head1 NAME
 
 B<fa-rip> - rip a CD for B<fa-flacd>
@@ -65,7 +65,7 @@ it under the same terms as Perl itself.
 
 =cut
 
-''' #' # python-mode is sucks
+"""
 
 import os, re, sys, tempfile, traceback
 from optparse import OptionParser