beets/beetsplug
Adrian Sampson 71b9fd785c Revert "Do __name__ comparison with bytes and not unicode"
This reverts commit 9c41c39913.
That commit used byte strings for the `if __name__ == '__main__'` pattern,
which was necessary when we were doing unicode_literals. But it is wrong on
Python 3, and now that we're liberated from unicode_literals, we need to go
back to native strings for this comparison.
2016-05-29 19:19:59 -07:00
..
bpd Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
lastgenre Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
metasync add missing division future imports 2016-04-16 18:33:54 +02:00
web Merge pull request #2010 from sumpfralle/web-api-unique-results 2016-05-27 00:15:34 -07:00
__init__.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
acousticbrainz.py use reduce() from functools 2016-05-26 23:52:35 -04:00
badfiles.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
bench.py Allow multiple MB ids to be passed to the importer 2016-01-19 21:43:32 +01:00
bpm.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
bucket.py Update code to match pep8 naming standards 2016-04-27 20:15:10 +01:00
chroma.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
convert.py Fix #2005: list AIFF as a lossless format 2016-05-18 11:24:34 -07:00
cue.py add missing division future imports 2016-04-16 18:33:54 +02:00
discogs.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
duplicates.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
echonest.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
edit.py Fix #1927: useful error message for failed edit 2016-04-03 17:42:25 -04:00
embedart.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
embyupdate.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
export.py Update code to match pep8 naming standards 2016-04-27 20:15:10 +01:00
fetchart.py Fix #1960: Unicode in fetchart Wikipedia source 2016-04-26 16:59:23 -07:00
filefilter.py add missing division future imports 2016-04-16 18:33:54 +02:00
freedesktop.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
fromfilename.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
ftintitle.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
fuzzy.py Update code to match pep8 naming standards 2016-04-27 20:15:10 +01:00
hook.py Merge pull request #1981 from jackwilsdon/fix-hook-unicode 2016-05-03 17:45:38 +01:00
ihate.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
importadded.py importadded: adapt doc for new option preserve_write_mtimes 2016-03-22 06:24:09 +01:00
importfeeds.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
info.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
inline.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
ipfs.py add missing division future imports 2016-04-16 18:33:54 +02:00
keyfinder.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
lastimport.py Merge branch 'master' into no_unicode_literals 2016-02-28 15:21:43 -08:00
lyrics.py lyrics: fix a bug where the lyricswiki fetcher would try to unescape an empty (None) response and crash 2016-04-30 01:25:02 +02:00
mbcollection.py Fix #1907: redact MusicBrainz password 2016-03-11 16:50:32 -05:00
mbsubmit.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
mbsync.py treewide: add u to instances of 'singleton:true' 2016-03-06 02:12:43 +03:00
missing.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
mpdstats.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
mpdupdate.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
permissions.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
play.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
plexupdate.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
random.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
replaygain.py Merge branch 'master' into no_unicode_literals 2016-02-28 15:21:43 -08:00
rewrite.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
scrub.py Fix #1903: scrub sometimes ignored id3v23 2016-03-15 23:06:10 -04:00
smartplaylist.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
spotify.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
the.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
thumbnails.py Use correct methods for ImageMagick and PIL info 2016-04-27 20:41:09 +01:00
types.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
zero.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00