import HTTP

if __name__ == "__main__":
http = HTTP.HTTP()
print (http.GET("www.google.com"))


Make sure HTTP.py is in the same folder as the script you're running. Use the profile...