progval / Supybot-plugins

Collection of plugins for Supybot/Limnoria I wrote or forked.
https://github.com/ProgVal/Limnoria/
107 stars 63 forks source link

Python 2 compatibility #291

Closed necessary129 closed 9 years ago

necessary129 commented 9 years ago

if major version is less than 3, then import from io, not if its greater than or equal to 3

progval commented 9 years ago

It breaks Python 3…