Lispython / human_curl

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

Issue in human_curl installation on Windows #20

Closed om-henners closed 11 years ago

om-henners commented 11 years ago

Issue with installation on windows:

line 43 of core.py

if platform.system() != 'windows':

should be

if platform.system().lower() != 'windows':
Lispython commented 11 years ago

Thanks! Fixed on version 0.1.0