projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa5c0a8
)
mkogg.py: Fix '_mutagen_flag' -> '_mutagen_flac' typo
author
W. Trevor King
<wking@tremily.us>
Mon, 9 Jun 2014 04:26:34 +0000
(21:26 -0700)
committer
W. Trevor King
<wking@tremily.us>
Mon, 9 Jun 2014 04:26:34 +0000
(21:26 -0700)
Obviously I haven't converted to FLAC recently ;).
posts/mkogg/mkogg.py
patch
|
blob
|
history
diff --git
a/posts/mkogg/mkogg.py
b/posts/mkogg/mkogg.py
index f2fc1f80bbb3acdce181c5c964068f6d7acadb8e..7ab66cfeaa9f4ae8922b5da5d16e6d597140108d 100755
(executable)
--- a/
posts/mkogg/mkogg.py
+++ b/
posts/mkogg/mkogg.py
@@
-52,7
+52,7
@@
import tempfile as _tempfile
try:
import mutagen as _mutagen
- import mutagen.flac as _mutagen_fla
g
+ import mutagen.flac as _mutagen_fla
c
import mutagen.id3 as _mutagen_id3
import mutagen.m4a as _mutagen_m4a
import mutagen.mp3 as _mutagen_mp3