canvas
canvas copied to clipboard
Python3 fix.
A user of Shoebot accidentally installed canvas under python3, unfortunately it broke because of the use of cStringIO.
https://github.com/shoebot/shoebot/issues/255
Either change it to the above so it works on both versions of consider upgrading entirely to Python3.
I would suggest a point release with this fix, and then a major release that removes python support.