fah-control icon indicating copy to clipboard operation
fah-control copied to clipboard

[python 3] Use bytes literals where appropriate

Open mat8913 opened this issue 4 years ago • 0 comments

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.

mat8913 avatar Mar 27 '20 09:03 mat8913