Lispython / human_curl

Simple Human wrapper for cURL library
http://h.wrttn.me/human_curl
Other
205 stars 43 forks source link

Fix build with recent Python versions #43

Open lenucksi opened 9 years ago

lenucksi commented 9 years ago

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.