Make pagure-ev compatible with python 2.7 and python 3
:thumbsup:
I'm curious how this works in py2 since the asyncio module is py3 only
@pingou Python 2 is a lot looser with import rules than Python 3... Though I could have sworn I'd validated this worked on Python 3 at some point...
Ok, re-reading the diff, I see the code was already relying on trololio.asyncio so nothing new there :)
trololio.asyncio
rebased onto 47a9abb72e96fac3b03ecefb021a4ec1e8fc95f3
Yeah, I just changed calls inside trololio so their not overriden
Thanks! :)
Pull-Request has been merged by pingou
Make pagure-ev compatible with python 2.7 and python 3