mirror of
https://github.com/X11Libre/xf86-video-qxl.git
synced 2026-04-14 11:04:29 +00:00
With python3, without universal_newlines=True, Popen().stdout.read() will return a byte array, while find(str) expects to operate on a string. I've checked that this still works with python2 as well.