quepy
quepy copied to clipboard
Python 3 Support Not Implemented
Traceback (most recent call last):
File "main.py", line 20, in
Thanks, would you submit a PR?
except syntax changed in python3 should be
except (ImportError) as error: