this is code ;
import human_curl
human_curl.get("http://github.com/?x", debug=True)
print human_curl.response
this is error.
human_curl.get("http://github.com/?x", debug=True)
AttributeError: 'module' object has no attribute 'get'
i don't know what is the problem.