Skip to content

Commit

Permalink
Fix import statement quodlibet#207
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 16, 2017
1 parent 1c8788f commit 7c815fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutagen/_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def File(filething, options=None, easy=False):
from mutagen.aac import AAC
from mutagen.smf import SMF
from mutagen.dsf import DSF
from mutagen.dsf import WAVE
from mutagen.wave import WAVE
options = [MP3, TrueAudio, OggTheora, OggSpeex, OggVorbis, OggFLAC,
FLAC, AIFF, APEv2File, MP4, ID3FileType, WavPack,
Musepack, MonkeysAudio, OptimFROG, ASF, OggOpus, AAC,
Expand Down

0 comments on commit 7c815fb

Please sign in to comment.