on PyQt5 QByteArray expects bytes, not str
commit55b936a8a2f0230486cd85ba5b1415c62374e0c9
authorStanislaw Halik <sthalik@misaki.pl>
Sun, 21 Aug 2016 05:38:06 +0000 (21 07:38 +0200)
committerStanislaw Halik <sthalik@misaki.pl>
Sun, 21 Aug 2016 05:42:16 +0000 (21 07:42 +0200)
treead5664c5cb4ae2ce8fc310e6734e65fddbe1d708
parent4d76a8362cc4e7641b3e556c877bbb01b47af525
on PyQt5 QByteArray expects bytes, not str

Check for Python 3.0 shouldn't be necessary since PyQt5 is python3-only.

Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
cola/widgets/standard.py