fah-control
fah-control copied to clipboard
[python 3] Use bytes literals where appropriate
In python 3, these strings are expected to actually be bytes
.
In the file "fah/Icon.py", the diff looks huge, but all I did was prepend each string with a b
.