human_curl icon indicating copy to clipboard operation
human_curl copied to clipboard

Fix build with recent Python versions

Open lenucksi opened this issue 10 years ago • 0 comments

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.

lenucksi avatar Jun 04 '15 15:06 lenucksi