docs: Remove b'' usage in setup.py example

This commit is contained in:
Stein Magnus Jodal 2013-04-14 13:15:42 +02:00
parent b42fa02195
commit 6df42299b4

View File

@ -159,7 +159,7 @@ class that will connect the rest of the dots.
'pysoundspot',
],
entry_points={
b'mopidy.ext': [
'mopidy.ext': [
'soundspot = mopidy_soundspot:Extension',
],
},