human_curl
human_curl copied to clipboard
Fix build with recent Python versions
According to Python Docs "Exception,e" is Python before 2.7 and incompatible with Python 3, currently "Exception as e" should be used. This pull requests changes this for the setup.py script which enables it to build/install again.