Why is that when I run this script do I get the error "cannot import name requests"
I have already run "pip install requests"
from bzrlib import branch,requests, json
def x:
url = myURL
data = json.dumps({"one": "two"})
r = requests.post(url, data)
print r.json
def x:needs to have an argument list (can be empty).