beets/beetsplug/bpd
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
..
__init__.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
gstplayer.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00